Refreshing the selectable objects in one reference selector when other reference selector is changed.

0
I have two reference selectors and I am getting the selectable objects for both using separate microflows. When I change the selected object in referenceSelector1 I want to update the selectable objects in referenceSelector2 accordingly by making a REST API call. Is there a way to do this?
asked
1 answers
0

You can use an on change event on your first selector and refresh the object in that microflow, that way the data source microflow of the second selector will be triggered again.

Let me know if it works.

answered