I have a Nintex repeating table in a form that I need written to another list. I have been able to successfully write the contents of the repeating table to a list following the below post (Query XML and then do for each loop and collection operation to extract one value at a time, and then at the conclusion of each for each loop I create a new list item):
https://community.nintex.com/t5/Nintex-for-SharePoint/parse-xml-to-sharepoint-list/td-p/47503
However, now that I have this working, I need the ability to support updates to the repeating table and I need these updates to update the separate list items. My create item action saves the list item ID to a variable, but not sure how to write this back to a list item ID field I have in the repeating table. Also not sure how to make it so that updates to the repeating table update the list.
I assume this topic has been covered by now, but haven't been able to find it. Would appreciate being pointed in the right direction. Thanks.