Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can you use filterByFormula? #40

Open
sarfarazansari opened this issue Aug 24, 2021 · 1 comment
Open

How can you use filterByFormula? #40

sarfarazansari opened this issue Aug 24, 2021 · 1 comment

Comments

@sarfarazansari
Copy link

am trying to filterByFormula but am getting success.
could you please guide my how to use?

Airtable::table('default')->all(500000);

@projectchalkboard
Copy link

I would be interested in this also. filterByFormula

I have a column that uses a multiple select on airtable.

column name = Discipline
and possible values are Architect, Builder, Designer.

One row could just have Builder selected and then row 2 has Builder and Designer selected.

If I use where('Discipline', 'Builder') it will only return the 1st row (I would also like it to pull the 2nd row also). Would a filterByFormula function fix this or would it be more like a whereIn() function that would call the API differently?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants