Hello,
I have a sharepoint list which holds data collected from a powerapp. One of the columns in the sharepoint list is named 'Assessment' and the results in this column are patched in from a toggle switch.
I am trying to generate a gallery on another screen which only filters records from that list which are true but I can get it to work. The 'true' results show in the sharepoint list as Yes though I have altered my formula to test this and nothing works. I am relatively new to designing powerapps so it could be something simple but i'm really stuck.
My sharepoint list is named 'DriverLeavers' and the column I am trying to pull in and filter is names 'Assessment' I have tried using....
'Filter(DriverLeavers,Assessment="Yes")'
'Filter(DriverLeavers,Assessment=true)'
Both of these just display every record held in the sharepoint list in the gallery