Hi all,
I'm trying to use a filter query to filter my Get Items (from Sharepoint) step. The column i'm trying to use for the filter is a Yes/No. I've tried Columnname eq false, Columnname eq 'false',
equals(item()?['Columnname'], json('false')), Columnname eq 0, tried a Filter array, etc. I'm struggling to get my filter to work no matter what I try. Any suggestions?
Thanks in advance