Please reference this post for background:
When pulling multiple data points from XML, I am only able to loop through one array (IdArray) when trying to create list items in SharePoint. how can you pull in data from multiple arrays? I also have a Company Id array that I want to apply to the Title field.
Without being able to add the Company ID into the Apply to Each, the array comes through as the actual array, not the values:
Thank you for your help - let me know if I can provide any additional information.
Solved! Go to Solution.
Hi @Anonymous ,
Please try the following configuration and expression to extract data in XML:
Id:
xpath(xml(item()),'string(/Table/Id)')
Company_ID:
xpath(xml(item()),'string(/Table/CompanyId)')
Best Regards,
Hi @Anonymous ,
Please try the following configuration and expression to extract data in XML:
Id:
xpath(xml(item()),'string(/Table/Id)')
Company_ID:
xpath(xml(item()),'string(/Table/CompanyId)')
Best Regards,
Thanks! I had this same question and finding this thread was huge for me.
User | Count |
---|---|
101 | |
36 | |
29 | |
25 | |
16 |
User | Count |
---|---|
133 | |
54 | |
53 | |
36 | |
26 |