Announcements
Hello
I have the following flow that executes a SQL Server stored procedure with 2 parameters -
It works when it returns rows, but flags up an error when no rows are returned.
How do I handle that?
Any help would be greatly appreciated.
Thanks
Kevin
Hi @KevBarrie ,
You can maybe have two response actions based on how many rows are returned. So a condition to check the length of the array(rows) returned can be added.
If length > 0 , then you can use the above response in the else part you can use another response , which will return just a message stating no rows matching this condition were returned.
Hope this helps!
Thanks!
I have tried the following -
I am checking -
Any ideas what I am doing wrong?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 542 Most Valuable Professional
Haque 206
Kalathiya 201 Super User 2026 Season 1