Skip to main content

Say I need to get 5, 10, or 50 records, and I have their record_ids. Is this style of syntax a bad idea?



{ filterByFormula: "OR(RECORD_ID() = 'reca9IDlX0gvu32ml', RECORD_ID() = 'recgh3XeMcdmX8uPj', RECORD_ID() = 'reczBZBWZG06DOsCO', RECORD_ID() = 'recXvnMcZKmxyBtUi')" }



I’m generating the innards of the OR with code.



Thanks in advance.

Did you get an answer about this? I have a similar situation and trying to figure out the best way to return multiple records by passing the Ids.


Reply