Question

how to work with List arays and for each

  • 15 August 2023
  • 1 reply
  • 36 views

Badge +1

Hello Community,

 

im wondering how to work with list(string) together with for each.

My customer needs to fill in a form with all the clients he needs into a multiline field like this.

 

how does the foreach activity goes to every line from the list?

Thats not how it works:

 

 

thanks a lot and regards

Jacob


1 reply

Badge +1

Found the problem. 

 

Multiline doesnt create a Listsentry for every line. 

Textbox with list enabled does:

 

 

Reply