Help

Re: Filter Records from Table for API Output

Solved
Jump to Solution
2209 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Ken_Cooper
6 - Interface Innovator
6 - Interface Innovator

I need to filter the output of a table to only include records that contain the word “attractions” in the Categories field.

I know it’s not correct but here’s what I tried: If({Categories} = attractions)

Can someone tell me where I’m going wrong in the code?

Thank you in advance for any help.

10 Replies 10
Ken_Cooper
6 - Interface Innovator
6 - Interface Innovator

Got it! Not using FIND is where I was going wrong… Thank you so much!

Here’s the code that works…

https://api.airtable.com/v0/appiKETAdEQjvhSHQ/OBA%20Businesses?fields[]=Business+Logo&fields[]=Busin...

I can’t thank you enough…