
Announcements
Good Morning. I am extremely new to Power Automate and I'm currently trying to convert my existing SharePoint Designer workflow to a Power Automate Flow. I have built a flow that when a new item is created in a SharePoint list it sends out a notification. There are only two required fields when a new item is created, after I am allowing the user 5 days until a notification send out asking them to update the remaining fields. I am having issues with validating the if the fields are populated before sending out the notification. The notification should show the field name and value, but the values are coming back blank when the actual field is populated.
I wasn't sure if an apply each was necessary since in this case, but I was trying it based on articles that I went through. Any and all assistance is appreciated.
If "Manager" field is empty I would like a notification to be sent.
Overall I have a variable that will be set to true or false if data has not been completed.