Hi everybody! I've got a screen with a list, showing all the different invoices of a customer. I would like every list item to link to the corresponding invoice detail screen.
In order to get the URL required, I created a client action LinkOnClick with InvoiceID as an input parameter and a local variable called InvoiceURL.
This client action uses the server action GetRequestDomain in order to get the domain. It then assigns the value GetRequestDomain.Domain + "/InvoiceTransactions?InvoiceId=" + IntegerToText(IdentifierToInteger(InvoiceId)) to the local variable InvoiceURL.
There would be no problem if I could replace the End node with a Destination node in order to link to the InvoiceURL. However, I have found that the Destination node can only link to UI Flows within the module.
Does anybody know a solution?
Hello Lotte,
If you add an External site widget to your flow screen (double-click on the flow ) you will be able to point your app to another URL using the destination widget.
Hope it helps!
Paulo Rosário
That definitely works! Thanks a lot!
Glad I could help! :)