I want to filter a sharepoint list where Column1 is true and get a table with only Check_ID column:
Filter(List, Column1= true).Check_ID
But this is returning the false records.
And:
Filter(List, Column1= false).Check_ID
Also returns the false records.
My SP list Column1 contains both true and false values.