Hi, I'm trying to create an xml file from SharePoint. I'm having trouble and pretty much the information I find is creating items from xml...What I've been trying so far is:
1. Get items from SharePoint list (custom columns)
2. Format item information into variable (loop)
3. Compose xml from variable information
4. Save xml document
It was successful until I tried setting my variables to get the custom information I need into the xml file. It Automatically creates an Apply To Each loop, and when I try referencing it I get an error.
Is there something I'm missing? Is there an easier way to go about it?
I appreciate any insight!