how to update an attribute value based on a dropdown selection without using a microflow

0
Hi Everyone, How can I update an attribute value based on a dropdown selection without using a microflow?   I want the value to change immediately when the user selects an option from the dropdown. Is there a way to achieve this using a nanoflow or client-side logic?   Thanks 
asked
2 answers
1

Hi Aarvi, yes! you can achieve this using a nanoflow no need for a microflow if you want the update to happen instantly on the client side.

 

  • Use a nanoflow triggered by the dropdown’s On Change event.

  • In the nanoflow, use Change Object to set the attribute value.

  • Enable “Refresh in client” if needed to update the UI.

I hope this one helps you! :)

 

answered
0

Hello Aarvi,

 

I am quite sure you can achieve this with a nanoflow.

If you need more guidance, please share some more info and/or screenshots.

 

Hope this helps,

 

Good luck!

answered