Drop-down reference set

0
Hi All, I have a situation where on click of a button I want to populate the values in the page which are stored in the entities. When the controls are text box and date picker I had achieved that functionality but there is some strange case with the drop-down through reference selector. When the drop down is editable I can not able to see the values but when I am making that as non editable I am able to display the selected value. Any idea how I can display the value when it is editable ? Thanks in Advance!!!
asked
1 answers
0

Hi,

I ran into this problem as well. When inside the microflow, you must retrieve the entity from the database. If you create new entities it won't show.

Thanks,

Danh.

answered