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.