Help! I am struggling on something that I thought would be easy. Essentially I need a flow to populate the Complete date on the SP list as today's date and update the status to Complete based on these conditions:
1. The column called Meeting date is not blank (contains a date)
2. The date in the Meeting date column is greater than today
3. The status is not Complete.
My plan is to run a scheduled flow that runs once daily. I know how to set up the trigger and make the action to update the item, the part I'm struggling with is making a condition that works. Thanks in advance.