The automation writes a confirmation to the source record after the post is made to the FB Page. The triggering view's filter is set to show only records where and(the confirmation checkmark field is empty, the confirmation FB Page ID field is empty, the openi image field is not empty).
Watching the view while the automation runs, the record pops up; text displays; image icon appears in attachment field display; _image does not load into attachment field display_; record disappears, view is empty)
My gut didn't like the non loading part, but the engineer in me figures the img bits fly over the Airtable write and on to the FB page in a whole separate flow than the display on my end of the internet.
> _image does not load into attachment field display_ .... My gut didn't like the non loading part, but the engineer in me figures the img bits fly over the Airtable write and on to the FB page in a whole separate flow than the display on my end of the internet.
Heh, before this thread I would have thought the same thing but given what you're experiencing now...
Are you on a Pro account? If so, maybe you could try adding a script and waiting 30 seconds
If not, perhaps you could try adding a formula field to wait 5 minutes after the attachment field's last modified and then make the automation run then. The downside to this method is that it could take anywhere from 10 minutes to hours before the automation would actually run due to how you would need to use the `NOW()` and how it updates in intervals. Not sure whether your workflow allows for such a delay