JavaScript Action Not Displaying Current Page Path

0
I'm using a JavaScript Action to get the current page path with mx.ui.getContentForm().path. I call it in a nanoflow, store the result in a non-persistent entity (PageInfo.PagePath), and return it to a Data View on the page using snippet. However, nothing is displayed in the Text widget bound to {PagePath}. No errors appear either. Any idea what might be going wrong? Thanks!
asked
1 answers
0

Have you considered using the GetApplicationUrl function provided by the DeepLink module? It might help with generating the appropriate application URL.Captura de tela 2025-07-25 092259.png

answered