cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry splitting global variables

Former Member
0 Kudos

Hello experts;

I have a string like "name1,name2,name3" and another "surname1,surname2,surname3" I want to map this strings to relevant objects how can I do that?

I tried creating a transection and got name1 surname1 to transection. however couldn't put them in an object. Is there a way to do that?   Can I split all of them and put relevant objects.

Thank you.

Message was edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Renosa , you can achieve through writing rule . Inside rule you can concatenate your strings . Thanks & Regards, Kunal Varaiya

Former Member
0 Kudos

Dear Kunal;

you mean i can split this strings with a rule and i can put them in a collection with a rule?

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Renos,

You can write a looping action to execute while rule is true that will include a transaction to split off the strings and then for each one execute a transaction to add / edit the value in a collection.

--Bill

Answers (0)