Question about autocomplete Multiselect display stored value

0
I am using autocomplete multiselect widget. The  'save' action  work well, I can see the value such as "[{"title":"Board","key":"NAC000"}]" in database. But when 'edit' action。the widge is blank , did not display stored value. Is it possible to display the value as 'save' interface  ?
asked
1 answers
0

Hi Sean Wang,

You are using default save on the page. As values selected in autocomplete are coming from reference, I am not sure if default save will take care of creating association between entities.
Can you save using a microflow where you can add references explicitly and commit the objects.

Maybe that would help to fetch results on edit page.

Thanks,
Vaishali

 

answered