I have a repeating section and trying get values from it in a workflow. fyi- I have named the repeating section and the elements in it.
I tried using Query-XML Action in the workflow with the statement: fn-XmlDecode({ItemProperty:FormData})
It decodes the data but it's not very readable.
I tried using the xpath query //RepeaterData/Items/Item to filter the items but the output data doesn't change.
Let me know is there another way to get values from a repeating section.
