Dinamic url

0
How to build a url by concatenating several entities, since each entity is part of a code snippet (id) of the product. I need to build this url to display at runtime in Iframe on the same app page.
asked
1 answers
1

Hey Luiz, 

You can use a microflow, which gets all the objects as parameters, 

Now, there’s a java action ( Get Object GUID), using that you can get the ID of the object and then use the

(Get Application URL) java action you can get the URL of the app,

You can refer to the image below, Now create a Non Persistant entity, you can show the Created String,

You can refer to the image below,

 

Hope it helps!!

answered