Reference Selector Default Value

0
I have a reference selector displaying as a dropdown, and the values in the dropdown are being generated by a microflow, which is creating a list of a particular entity which is non-persistable, and then returning the list to the reference selector, and the reference selector is displaying one attribute of this entity. Is there a way in this situation to have the reference selector default to a particular value based on context (in this case, another value in the entity used by the dataview that this reference selector is in), rather than always defaulting to the empty value? Thanks for your help!
asked
1 answers
0

What i would do is add an attribute isDefault. Based on your logic in your microflow you set it to true for the corrosponding object. Then in your after create or a microflow you call when creating the entity that opens up dropdown, you can retrieve the dropdown entity that has isDeafult set to true.

answered