Hello,
I have an array with two elements and another field with an element (1) and I´d like to merge both in a single array I mean, an array which contains three elements. Could you help me and tell me which module and/or function will do that for me?
I attach a screenshot.
Thank you
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
I would use a set variable module and utilise use the add function. The syntax for the add function is:
add(array;value 1;value 2)
So in your example it would look something like:
add(DE:Assets Inventory - Antenna;DE:Assets Inventory - Baseband)
Best Regards,
Rich.
Hi,
I would use a set variable module and utilise use the add function. The syntax for the add function is:
add(array;value 1;value 2)
So in your example it would look something like:
add(DE:Assets Inventory - Antenna;DE:Assets Inventory - Baseband)
Best Regards,
Rich.
Thank you @Richard_Le_
Views
Replies
Total Likes
Hello esalraz,
You just need to use the merge() function.
merge(array1; array2; ...)
Regards
Lars
Views
Replies
Total Likes
Thank you @lgaertner
Views
Replies
Total Likes
Views
Likes
Replies