Call microflow when widget is selected

0
Hi, In the Reference Selector widget, when the Selectable objects source is set to Microflow, the microflow is called as soon as the page which has the reference selector widget opens. Is it possible to call this microflow only when the user clicks on the reference selector widget to select an item from the dropdown and display the dropdown content based on the list returned by the microflow?   Thanks, Shardul
asked
2 answers
3

Add an on-change event type nanoflow on the input widgets, where the reference selector data source is depending on.

This on-change nanoflow just refreshes the context object of the dataview, using activity RefreshObject

answered
1

What you are asking is not possible. Because you want to execute the datasource microflow when user clicks the reference selector.

Probably if you explain what you intend to achieve with that, community may help you with other options.

answered