Dec 09, 2021 04:47 AM
I have some views where I have a lot of different single select fields that’ll automatically add certain values on record creation (by setting filters on those fields).
I thought I’ll clean up the views and wrap them all in the new condition groups, however now the filters no longer add values into my fields.
Is it me who does not understand the conditions groups? or is it a bug?
Dec 09, 2021 06:13 AM
You have to group by an editable field. You can’t group by formula fields, lookup fields, rollup fields, etc.
Dec 09, 2021 06:44 AM
I’m using single select fields
This fx adds ‘Todo’ in the status field:
This does not add ‘Todo’ in the status field:
These two conditions should do the same. I’m not getting how putting it into a condition group will change this?
Dec 09, 2021 07:06 AM
Probably a bug. I would report it to support@airtable.com. They almost never fix bugs, though, so I would look into a workaround to achieve your desired effect. If you group your view by that field, it works around the bug.