Hey
i need some logic or help here 😊.
my flow is working great but I need to modify it little bit.
I have a excel file with a column called date - in there I have many dates wich means the flow should not run if the date in excel match today date, to do it more smoothly I use filter query in list excel table with utcnow and it works fine if the date today is there but if it isn’t then it returns empty null or somethingelse and I can’t work with it in condition. How can I grab the result or how can I stop the flow if filter query is not return anything? Thanks
Solved! Go to Solution.
Hi @BR1984 ,
After your Excel action, you can use the length function to get the rows returned and use that within a condition.
Paste this into the expression for the Compose action.
We can see there were 6 rows returned.
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Hi @BR1984 ,
After your Excel action, you can use the length function to get the rows returned and use that within a condition.
Paste this into the expression for the Compose action.
We can see there were 6 rows returned.
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
thank you eric
that was exactly what I needed.
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 |
---|---|
13 | |
11 | |
9 | |
7 | |
6 |
User | Count |
---|---|
21 | |
21 | |
17 | |
8 | |
8 |