I want to create an XML with all columns from a sharepoint list item. I tried sending an http request but I am not getting the columns but only the metadata.
I tried parsing the [$content] from base64 to string but that doesn't seem to work as well.
How can I parse all columns to xml?