Listview select item

0
Hello, Is there a way to select an item in a listview on loading the page? I select something in the first page, and in the second page I need this item selected in the listview.   Kind regards, Steven Keersmaekers
asked
1 answers
0

Is the object you are selecting and that you want to display the same type as the entity for your listview or a different entity?  If it is the same, you can use a self reference that you can set in a microflow based on your logic/rules.  If it is different, you can create an entity to it.  You can name the association “selected_entityname” and get it to display on the second page.

answered