Hello, everyone.
I am trying to build a flow to help me with some daily stereotypes.
Now I need to read the date from the "starting date". And there is another vector named "Remaining Problems". What I want to do is to let the flow see if the remaining problems are still blank or not. If it is still blank, then send an email to someone to remind him to fill the blank. But I found it was hard to build this flow.
Can you guys help me? Thanks a lot.
Hi @Modula,
To check if the remaining problems are still blank or not, you could consider using the empty function.
According to your description, I created a simple flow likes below and tested on my side.
The code I used in the condition is:
@empty(items('Apply_to_each')?['RemainingProblems'])
Please have a try with it.
More details about function empty, please check it at here:
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-workflow-definition-language
Best regards,
Mabel Mao
WarrenBelz
146,635
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional