Storing multiple values with separator in one variable

Hi Team,

We have developed a process, where we have to split the data from a variable. We have used split function by assigning argument to an array. It’s working fine also. But after some processing, we want to filter the values and store those split values again in a variable with separator. The logic may lead to insert/add into a array. Please help to find the solution.

Thanks & Regards,
Sneha.

Hi @sneha.lohar

You can loop advanced loop for N-Iteration to meet your requirement

Hi Sneha,

For add/update/delete/insert into list you can use Code Editor and update your string variable with separator post add/update/delete/insert.

Thank you and regards,
Rakesh