Update text fields based on dropdown in Action Center Form

I am trying to work on the scenario where: I want to update a text field based on dropdown selection.

For example, I have my dropdown address and 3 text fields city, state, and zip

On the selection of a value in the dropdown, I want to update the other three fields. I am using Create Form Task activity.

If anyone has worked on a similar case do comment on the solution.

Found the solution.

We have to write Custom Action in the logic section of the text field and use the result variable use split in a javascript function and then do the same for other text fields.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.