Hello Team
My sometimes my query returns blank output… even though flow running successfully, but not update the resultset in database
I need to get email alert when my query returns blank output…..How to processed this ?
Hi @Mar2 ,
You can use the length() expression and use that in a condition to send the email if it is 0. An example is below.
length(outputs('Run_query_and_list_results_2')?['body/value'])
--------------------------------------------------------------------------
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