Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to copy/set multiple choice values to other field

Jay N
Tera Contributor

Hi Experts,

 

We have a requirement to copy multiple choice internal values(Not Boolean value) to other field.

Please help me with the solution.

JayN_0-1705657260513.png

JayN_1-1705657303689.png

 

 

Thanks, Jay

2 REPLIES 2

Mohith Devatte
Tera Sage
Tera Sage

Hello @Jay N ,

can you please specify when should this happen ? also did you write an script to achieve this ? if yea please post the script 

Hi Mohith,

 

Have tried getDisplayValue().

'Program - ' +current.variables.cdd_chaps.getDisplayValue() + ' ' + current.variables.cdd_flod.getDisplayValue() + ' ' + current.variables.cdd_soc1.getDisplayValue() + ' ' + current.variables.cdd_soc2.getDisplayValue() + ' ' + current.variables.cdd_sox.getDisplayValue() + ' ' + current.variables.cdd_swift.getDisplayValue() + '\n'+

 

Thanks, Jay