Skip to main content

Hello everyone,

My process flow need to collect ‘text value’ by drag with copy functional per row but i can’t find solution to make array variable for text value.

Do you have idea or solution to make that it happen ?

@Qootaro A Nintex RPA team member will get back to you shortly.  Thanks for your patience.


Hi @Qootaro,

 

An array is a string separated (delimited) by one or more characters e.g. apples;pears;oranges

 

Therefore to construct your array you must add your new element and the delimiter to the existing string.

 

You could do this with the set variable.  The  attached image shows adding “Oranges” to the existing array, Fruit Basket.

 


Reply