How to replicate complex Airtable view filters now that DSV2 removed view selection?

Hi everyone!

Since the DSV2 update, we can no longer select a specific Airtable view in our blocks. Before, I used to solve complex filter logic by creating a filtered view directly in Airtable and connecting it to the block in Softr.

Now I need to apply the following logic inside Softr’s block filters:

  • Asignado includes [Logged-in user’s Full Name]
  • OR Líder de Proyecto includes [Logged-in user’s Full Name]
  • AND the record matches the current block (current period/block)

Essentially: show records where the logged-in user is either the Assignee OR the Project Lead — but only for the current block.

According to Softr support, combining AND + OR groups like (A OR B) AND C is not fully supported yet.

Has anyone found a workaround for this?

Thanks in advance!

Hey,

As a workaround, you can handle complex logic inside your data source (such as Airtable) by creating a formula field that outputs a value based on your desired logic, and then filter on that field in Softr.

There are plans to add native support for mixed AND/OR logic in the future, but for now, this is the recommended approach.