Hi All,
can anyone help me with resolution of this issue.
Doing a filter query for empty date time fields on a SharePoint list and it is always returning bad request message after running.
Details as below
Get items with filter query
Bad request error message after running flow
Downloaded output message
Solved! Go to Solution.
Hi @MattJ,
Is your column name FormallyforwardedtoDepartment_x0? If so, can you try to add the name of the column without the url encoding (%5F) of the underscore character in the filter query?
FormallyforwardedtoDepartment_x0 eq null
thanks so much and apologies for the delay in responding and accepting this as the solution.
Hi @MattJ,
Is your column name FormallyforwardedtoDepartment_x0? If so, can you try to add the name of the column without the url encoding (%5F) of the underscore character in the filter query?
FormallyforwardedtoDepartment_x0 eq null
thanks so much and apologies for the delay in responding and accepting this as the solution.
User | Count |
---|---|
90 | |
41 | |
22 | |
20 | |
16 |
User | Count |
---|---|
134 | |
54 | |
47 | |
36 | |
25 |