In the start form, a user captures data in a repeatable section. How do I display this in a subsequent task review/approval form.
Solved
Repeating Section in Task Form
+1
Best answer by Garrett
How to build the HTML Table from the Repeating Section data
Here is the Start Event Form.
You can extract the values using a For-Each Loop and Set Variable action
Configure the For-Each action to read the Repeating Section collection.
Configure the Set Variable. Since my data has 4 columns (Item Name, Unit Price, Quantity and Total), I need 4 variables (Col01, Col02, Col03, Col04).
Use a "Create a Text String" to build the HTML Table (this is very basic html)
Just append row data to the txtTable variable
Now you can use the variable in your Task Form as a html table.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.