I've set up a filter but it doesn't seem to work

Hi all,

I could use some help with an AirTabe integration.

Goal
The goal is to automate my LinkedIn posts via AirTable. The AirTable module is watching for records in AirTable and is ONLY supposed to move to the next step if the AirTable filtered status equals Staged.

Steps
Created 3 views in AirTable
Connected/ Configured AirTable to Make
The AirTable module is set up to Watch Records and return the LinkedIn post text
I’ve set up a filter “status equals Staged” I set this up so that the Scenario will only move forward if the status in the “Ready to Publish to LinkedIn Posts” view in AirTable equals Staged.
From there a message is sent to Slack, a row is added to a Gsheet (for testing), and then the orignal AirTable record is updated with the status Posted and the date from Last Modified.

When I originally tested the Scenario it worked fine. However, when enable the Scenario didn’t get past watching the AirTable record.





Hi @onthemoonandtheearth,

I see you are using the polling trigger of Airtable. This module fetches all records from the last time it ran until now. And does so for each run in your schedule.

I see there is 1 operations, but there were no results:
Scherm­afbeelding 2024-06-25 om 08.41.02

So that means that all records that have been added to Airtable up to this point, have been processed. As you can see, no bundles passed the filter because no bundles were processed in the filter. Could this be your issue?

Cheers,
Henk

1 Like

Thanks @Henk-Operative