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!