Open an specific element already created and fill in info.

0
Hi, I have a list view that shows me available elements already created.  The elements listed are surveys and I will like to click on each of them and open that specific survey to answere it. I’m trying to make this with a microflow but I need some help with “how to” directly open that element specific element,  how can I make this?   
asked
1 answers
0

The page to be opened, should start with an dataview with datasource context and entity equal to the datasource entity of the list. 

Then you can directly open the detail page using a open page button placed inside the listview. Or as onclick action on the listview itself

answered