Hello all
Does anyone know if the GetEntryURL() action works in between apps?
My use case is the following:
I have Screen1 in AppA and Screen2 in AppB
in AppB I have an entry point called Home that points to Screen2
In Screen1, can I have a URL with GetEntryURL(EntryName: "Home",Module: "Module2")
Will this work?
Thanks