Copy one list collector values to another list collector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-22-2024 06:35 PM
I need toadd the same data in one variable to another variable.
both the variables are of list collector type.
list collector 1 contains values of a, b,c. now if I add x,y,z to list collector 2 then it need to be added to list collector1.
the final value of list collector 1 would be a,b,c,x,y,z.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-22-2024 07:57 PM
Hi @Ak8977 ,
Here is multiple ways you can do: If it in regular table not catalog items
if you want to see changes in form live
1. write onchange client script on list collector 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-22-2024 08:24 PM
Hello @Community Alums ,
if I use set value it will overide existing values i.e a,b,c values. so it won't work.