
Hi,
I am struggling with my new daily task to get data from Outlook attachment in xml format and import the data to Sharepoint List.
The sender address is always the same and the xml file name in format "name_date" - it is changing daily by the actual date.
I do have some basic skills with PowerAutomate (can handle simple flows), but as I am focused on the PowerBI and AZURE Analytical tools, this flow task is beyond my Automate skills.
I do appreciate all help, Thx 😉
Just convert your XML data to a PA object/array:
json(xml(your_xml_string))