I have 2 Get Items methods. In the first I am returning the ones whose CompleteStatus is false. It works fine. 2. In the GetItems method, I try to return the CompleteStatus with true ones, but again CompleteStatus false data are returned.
How can i fix this?
Solved! Go to Solution.
Hi @emreserper,
Do you want to filter the CompleteStatus with false value?
Could you please tell me if the CompleteStatus is a boolean type or not?
If it is a boolean type, I want to explain to you that the flow does not support true/false for the Yes/No column. You should compare boolean value with 1 or 0.
So, please modify as below:
CompleteStatus eq '0'
Hi @emreserper,
Do you want to filter the CompleteStatus with false value?
Could you please tell me if the CompleteStatus is a boolean type or not?
If it is a boolean type, I want to explain to you that the flow does not support true/false for the Yes/No column. You should compare boolean value with 1 or 0.
So, please modify as below:
CompleteStatus eq '0'
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
29 | |
27 | |
23 | |
17 | |
10 |
User | Count |
---|---|
63 | |
55 | |
29 | |
27 | |
25 |