I managed to capture information from Nintex Workflow Cloud form and save it in SharePoint List. Now, I want to design a form for Updating or Editing a record based from the SP List. How can I auto populate repeating section based on Sharepoint List item values for my Update/Edit form?
In your workflow you can use a string to rebuild the XML and just replace the static data with the workflow data. You will need to use a look and build the ITEM NODES of the XML. Once you build the XML you save it back to your SharePoint list column that is bound to the repeating section control in your form.
I just did this for a client and it works great.
If we could pass a form on with all that workflow's previously answered values onto another step, that would really help. Currently I'm using loops for the levels of authentication, so simply being able to pre-populate with values with an index would help.
As a result of not being able to do this, I've got a really labour intensive workaround, using static fields.