Auto populate values of field based on item selected in drop down

0
Hi Experts, Hope you doing Good! I want to implement the functionality which auto populate the fields in reference selector based on the item selected in one of drop down of reference selector. Can you please provide steps how this can be achieved?   Thank you for all suggestions and support!
asked
2 answers
0

Hi Malay,

If you are using reference selector, add a on change microflow in that add retrieve by association activity and add a change object activity and in change object map the retrieved values which you want to auto populate

answered
0

Hi

  • Add an "On Change" microflow to the reference selector.
  • Map the attributes of the retrieved object to the attributes of the object in the second reference selector.
  • Use the "Change object" activity to update the values in the second reference selector based on the retrieved data.
  • Inside the microflow, use the "Retrieve by association" activity to fetch related data based on the selected item from the reference selector.
answered