Hello all,
I'm working on building an automated flow and I'm not sure where to start, as I'm still very new to PA.
I need to export a .csv attachment (9KB) that arrives via email (Outlook), and have that data entered into a SharePoint list for tracking and analysis. I'm not sure how to establish this flow or what the best way to approach it would be. I already have a SharePoint list with the elements that would be in the .csv attachment. This data would be dynamic, so I'm trying to keep one master list in SharePoint that could be written to every time a new attachment is fetched from the email (essentially, I do not want to create a new file each time, I would like to enter the new data into new rows in SharePoint each time). It would be best if I could automate this flow based upon a subject line trigger (i.e. every time an email comes in with "XXXXX" check for attachments and export data to SharePoint master list).
The naming format for the attachment could be the same each time or it could be changed, whichever is easier.
I could also extract the .csv into Excel then import it into SharePoint if that would be easier. If anyone has any suggestions please let me know.
Thank you for your help