Help

Re: Group conditions does not enforce single select fields?

636 0
cancel
Showing results for 
Search instead for 
Did you mean: 

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?

3 Replies 3

You have to group by an editable field. You can’t group by formula fields, lookup fields, rollup fields, etc.

I’m using single select fields

This fx adds ‘Todo’ in the status field:
Screenshot 2021-12-09 at 14.41.35

This does not add ‘Todo’ in the status field:
Screenshot 2021-12-09 at 14.41.50

These two conditions should do the same. I’m not getting how putting it into a condition group will change this?

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.