Skip to main content
Nintex Community Menu Bar
Solved

RPA - How to consolidate text value as array in loop ?

  • April 12, 2023
  • 2 replies
  • 70 views

Forum|alt.badge.img+4

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 ?

Best answer by Chris_Ben

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.

 

2 replies

Sasan
Nintex Employee
Forum|alt.badge.img+11
  • Nintex Employee
  • April 15, 2023

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


Chris_Ben
Nintex Employee
Forum|alt.badge.img+14
  • Nintex Employee
  • Answer
  • April 16, 2023

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.