Reference Selector

0
Hi All, I have one reference selector where I need to set one value as default value when I am opening that page. In that reference selector in selectable object we are triggering a microflow which return a list of object.   so how can I set one value as default in the reference selector from the list which I  retrived in selectable object from micro flow?
asked
1 answers
3

Open the page with a microflow.

If you need to create a new object then add a create object action. Before that perfrom a retrieve action to find the default value you want to set. Then in the create activity set the association with this value and open the page.

Now the association is filled with the default value and as long as this value can be selected from the datasource microflow you have implemented the requirement.

answered