Hello I’m trying to query one of my tables and only return a list of records based on a list of record IDs. How would I write the filterByFomula query?
I tried to join a series of queries like
filterByFormula=(AND((_id%3D'{{record_id_1}}'),(_id%3D'{{...