Using conditional filter from a specific status from Airtable

need help with the conditional filter where the airtable trigger is a specific status labeled approved.
I tried following this video https://youtu.be/sajgIH3dG58?si=WYIUtY24DQSK5reJ
but his filter options is different from mine. in the video, the first thing he does is choose his value type, which is TYPE, but i dont have that option. I can only choose paths from my trigger event.

Hi @paul,

It sounds like you want to use a conditional filter based on the status of an Airtable record. In your case, you want to continue the workflow only if the status is labeled “approved”. You can use the “Continue execution if a condition is met” action from the Filter app. Here’s how:

  1. Add the Airtable trigger to your workflow.
  2. Search for the Filter app from the step menu.
  3. Select the “Continue execution if a condition is met” action.
  4. For the “Initial value” field, choose the status field from your Airtable trigger event.
  5. For the “Condition” field, select “Equals” and enter “approved” as the value to compare.

Now, your workflow will continue only if the status of the Airtable record is “approved”. If you need further assistance, feel free to visit https://pipedream.com/support for more support options.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.