Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
William2
Contributor III
Contributor III

Copy values from variable into another variable

Hello community, 

How can i copy values from variable A to variable B ?

Variable A = concat(field1, ',')

Trigger an action for second variable 

Variable B = Variable A

Variable B should Keep the values from when action was triggered, even if field1 selection changes after, what would also changes Variable A. 

I use this in frond end.

Any idea? 

Thanks 

Labels (3)
2 Replies
Thiago_Justen_

Hi there

What about this?

Screenshot_20220220-223320_Chrome.jpg

 Result:

Screenshot_20220220-223226_Chrome.jpg

 Regards

Thiago Justen Teixeira Gonçalves
Farol BI
WhatsApp: 24 98152-1675
Skype: justen.thiago
William2
Contributor III
Contributor III
Author

Hello Thiago, 

 

Thanks  for reply. 

You set vB as vA. Means this values are always equal. But I wanna set vB as vA when Button is clicked. After Button was clicked vA should not affect vB anymore even vA changes values. 

Regards Will