Is a SharePoint checkbox (yes/no) a supported field type for Get Items for SharePoint in Flow. I have tried all of the following in the Filter Query Odata Entry in Flow
checkbox eq true
checkbox eq bool(1)
checkbox eq Yes
checkbox eq yes
checkbox eq 1
checkbox eq 'Yes'
checkbox eq 'yes'
None of these work. All give the same error with multiple retries and a status of "Bad Gateway"
I CAN get a checkbox to work fine in an if statement with the syntax below if I nest an if under a get items based upon other fields within the list. So a checkbox is suppported in the If Condition
@equals(item()?['checkbox'], true)
I even tried puttting true in as a function
checkbox eq function(true)
No luck
Thx!
Hi @ skylitedave,
Does the "Checkbox" type column is the "Yes/No" type column that you mentioned?
I have made a test and the issue is confirmed on my side,
Filter Query the "Yes/No" type column is not supported in microsoft flow currently,
If you would like this feature to be added in Microsoft Flow, please submit an idea to Flow Ideas Forum:
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
Regards,
Alice Zhang
Correct - Tying to get lis items based upon a Yes No Field in SharePoint....
At least I know it is not presently supported....This is needed for many scenarios......
Follow this link to vote for this capability
Thx
User | Count |
---|---|
92 | |
73 | |
44 | |
27 | |
26 |
User | Count |
---|---|
42 | |
28 | |
25 | |
24 | |
19 |