Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
SaaS
What are the exact steps to reproduce this issue?
I am currently transitioning from Airtable to Baserow and need assistance with converting my existing Airtable query into a format that works with the Baserow API.
In Airtable, I was using the following formula to filter data:
OR( AND({service_addon_price_index_attribute_name}='country', {service_addon_price_index_attribute_id}=1), AND({service_addon_price_index_attribute_name}='customer_size', {service_addon_price_index_attribute_id}=2), AND({service_addon_price_index_attribute_name}='rental_period', {service_addon_price_index_attribute_id}=3), AND({service_addon_price_index_attribute_name}='notice_period', {service_addon_price_index_attribute_id}=4), AND({service_addon_price_index_attribute_name}='trailer_category', {service_addon_price_index_attribute_id}=5) )
Now, I want to convert this logic into a filter structure for Baserow.
I can achieve this filtering in the Baserow UI (see image attached), but I’m struggling to construct this query for the API.