
Announcements
Hi,
I have a flow triggered whenever an email is received in a shared inbox. The flow then extracts info like the subject, body, and attachments, which are then added to an HTTP POST request and sent to Airtable, creating a new record with the info from the Outlook email.
I was able to grab and add the subject and body to the Airtable record but I'm having trouble with the attachments. The way the flow handles the attachments is that it downloads each file to my work OneDrive account, creates a shared SharePoint link, and then appends "?download=1" to the URL that is added to the HTTP body within the attachments JSON object. The problem is that the attachments are uploaded but then immediately removed from the Airtable record and I'm not sure why.
According to Airtable support, it has something to do with cookie-based authentication that is denying Airtable from downloading the files.
Can anyone assist on this please?
Flow:
Airtable: