
Announcements
I am trying to save a xml file to onedrive from gmail, so I have a gmail receive email trigger. The email have three attachment, one of them is a PDF and the others one are xml, but I need just save a xml file base on a specific tag. First all I filter the xml files with a attachment name property = xml but when I try to get the specific xml file with the attachment content property = Message, it not work and the flow save the both xml attachment files.
The header of xml if is:
<?xml version="1.0" encoding="UTF-8"?>
<Message xmlns="Text Message">
...
The second line of the xml attachment file is the different line in both xml file.
how I can get just the specific xml file with the Message tag?