how to select the default value in reference selector widget

0
hi team , when there is only one value inside the reference selector widget then the field should get autofilled with that value. I want to achieve this behaviour . please explain in brief how i can achieve it .   thanks !!!
asked
1 answers
0

image.png

picture to show that there is one value and give background info for the logic below..

 

In this case I created an on change microflow on the Name field (see below), but the exact use case can be different of course. Depends on when to check values.

image.png

This will then automatically fill the association with the 1 master value.

 

On change event can be set in the field properties

 

image.png

Hope this helps

answered