Copy multiple variable values into one variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2023 12:09 AM
Hello Everyone,
I've a requirement to Copy multiple variable values into one variable. Kindly refer the attached screenshot, in that i would like to copy the "Company", "Available Manufacturers", "Available Locations", etc variable values into "Selected values" variable one by one. Did anyone achieved similar kind of requirement?
Regards,
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2023 12:29 AM
Hi Abhijit,
Thanks for the response.
You've used onLoad script. In my case i would like to copy the selected variable value onto a string variable, so it should be onChange. The problem here is, i can apply onChange script for one field change at a time. Is there a way by using which we can capture the changes on multiple fields and populate the values into a string variable.