Skip to main content
Nintex Community Menu Bar
Solved

Repeating section

  • February 25, 2025
  • 2 replies
  • 69 views

Forum|alt.badge.img+5

How I can call the values in repeating section in the initial form, when I try to insert the values from start event form it is appearing as below:

 

Best answer by SimonMuntz

Hi ​@wejdan,

Repeating section form data will be passed to the workflow as a collection variable.
The easiest way to access the items in the collection is to use a Loop For each action. This will allow you to insert its values or store them in another type of variable to be used elsewhere.

 

2 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • Answer
  • February 25, 2025

Hi ​@wejdan,

Repeating section form data will be passed to the workflow as a collection variable.
The easiest way to access the items in the collection is to use a Loop For each action. This will allow you to insert its values or store them in another type of variable to be used elsewhere.

 


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • March 3, 2025

Hi ​@wejdan has Simon’s reply answered your question?