Nov 23, 2021 09:31 PM
I have an integromat scenario that does the following:
When I get an e-mail I tag it in Evernote with a specific tag
This triggers integromat to put the data from that email into a table called email updates
One of the columns is the content of the email in HTML format.
I then host a web portal via Softr which automatically adds the email added to the email table by using the HTML content in the airtable field.
Although, none of the images work.
Is there a way to make the images appear or perhaps remove the images completely from the email?
Preferably make them appear!
Thank you
Best Wishes,
Your Friend
Nov 29, 2021 07:01 PM
If they’re inline, you would need to first need to use the Text Parser tool, which would generate an array of all the image URLs that it could find inline.
Then, after that, you would use the Iterator tool after that, in order to iterate through the array of URL’s.
Dec 01, 2021 05:56 PM
Thanks, I’ll give this a try