Forum Discussion

xeno85's avatar
xeno85
Copper Contributor
Aug 02, 2022
Solved

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's avatar
    Aug 02, 2022

    xeno85 

    You can wrap your FILTERXML() formula by TEXTJOIN() to capture multiple values to a single cell.

    =TEXTJOIN(",",TRUE,FILTERXML(D2,"//Item/_3cc4ee36ff3e3c3127264282cdae23e4"))

     

Resources