Question
Cognizant
IN
Cognizant
Posted: Nov 20, 2022
Last activity: Nov 21, 2022
Last activity: 21 Nov 2022 3:02 EST
Closed
How to do this requirement
I created one drop down with all state names and one text input property with read only. so if i select a state from drop down the respective chief minister should be visible in the textinput. how to do this?
***Edited by Moderator: Pooja Gadige to add capability tag***
To see attachments, please log in.
@VenkatRohitM hi
You can achieve this requirement by using Data transform and activity.
Mostly we are using Datatransform to achieve this reqirement.
In Data transform we can use when condition like
ex: If you select the select state in the dropdown is StateName
1. select when condition in Data transform State=="StateName"
1.1 Set: .Chiefminister: " His Name"