Hello,
I have a very simple problem, but I can't find it on the Internet, so I'll try it here.
I have a column in a sharepoint list where a date can be entered. How can I now create a condition in Power Automate that should check: When a new item has been created in the sharepoint list: If there is a date, then send an email, if there is no date, then do not send an email.
Maybe someone here can help me. I am grateful for any answer.
Kind regards
Dominik
Hello,
I would like to check whether a date has been added to a certain column when creating an item.
I already have the solution. I write in the right column of the flow as a function a "null" and then it worked.
Thanks for your help anyway.
Hi @Dominik2,
Do you want to check if there is a date existing the item?
You should modify your condition as below:
empty(triggerOutputs()?['body/DateColumn'])
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2