Hi,
First of all, I have no knowledge of using Sharepoint and Infopath, but I trying to help a collegue to figure out what to do :-)
I will be using the output from a formular made in Sharepoint / Infopath in a RPA process. The form is send in an e-mail with a xml file attached, which I will use. So far so good.
In the formular the user can attach a picture file, which I also need in my RPA process, but in the xml node "attachment" is only the name of the file, like xxxxx.jpg
I have seen in other forums that the attachment woukd be in a Base64 format which I then should be able to decode, but that is not the case here.
Is something missing when creating the xml file, like a flag to be set, including the attachment as Base64 or perhaps there is another way to get the attached picture file ?
Best regards
Kim