141
Views
3
Comments
Solved
Using Destination widget to link to URL?
Application Type
Reactive
Service Studio Version
11.53.38 (Build 61903)

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?

2023-03-16 16-29-51
Paulo Rosário
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

UserImage.jpg
Lotte1994

That definitely works! Thanks a lot!

2023-03-16 16-29-51
Paulo Rosário
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.