I have a dropdown field called "Name" which has 3 values chintan, mantan and other
when the user selects other, a text field will be visible in which he can fill the other name.
the value entered in text field (other name)should get saved into name field
how can I achieve this?
Discussion posts and replies are publicly visible
Hi,
You can put a show when condition that when dropdownValue="Other" then a text field will show. In the text field you can map the rule input to save data where name is getting stored. Make sure to stored both the dropdownValue and text field value in different variable.