Solved

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

  • 12 April 2023
  • 2 replies
  • 48 views

Badge +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 ?

icon

Best answer by Chris_Ben 16 April 2023, 23:39

View original

2 replies

Userlevel 4
Badge +11

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

Userlevel 6
Badge +12

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