Retrieving the selected value from Auto Complete Dropdown and Assigning it to attribute in another entity

0
Hi Everyone, Please can someone help me with how to retrieve the selected value from Autocomplete Dropdown and Assign it to Attribute in another entity.   Thanks in Advance!!
asked
1 answers
0

Can you provide more information on why you are trying to do this? Seems like you should just be able to reference the target entity and attribute directly from the widget.

When using the autocomplete widget, you are setting a reference selector from one entity to another, with the result display as the mapped attribute you indicated. If you need to use this attribute somewhere in a microflow, retrieve over association the autocomplete reference and use the currentObjects attribute in the microflow.

answered