Forum Discussion
xeno85
Aug 02, 2022Copper Contributor
How to query XML data with repeating rows in Excel
Hey there, I am capturing XML data from Nintex into a SharePoint list that I am then exporting to an Excel spreadsheet. Below I've captured an example of what the XML data looks like in a cell in th...
Harun24HR
Aug 02, 2022Bronze Contributor
You can wrap your FILTERXML() formula by TEXTJOIN() to capture multiple values to a single cell.
=TEXTJOIN(",",TRUE,FILTERXML(D2,"//Item/_3cc4ee36ff3e3c3127264282cdae23e4"))
- xeno85Aug 02, 2022Copper ContributorHey Harun,
You are a legend!! Thank you so much!! I didn't even consider this option. You've just made someone immensely happy! Appreciate the prompt response mate.