Hey @Sash_S
Create an Autonumber
column field, I called mine row id
.
Once you’ve got that in place here’s the filterByFormula
query parameters you’ll want to append to the URL.
Odd:
?filterByFormula=MOD({row id}, 2)
Even:
?filterByFormula=NOT(MOD({row id}, 2))