Hello,
I am trying to make a flow where it checks the delivery date and checks if the date is today, if it is today it outputs True Else False.
IF DateTimeFormat([Delivery Date], "%Y-%m-%d") == DateTimeFormat(DateTimeToday(), "%Y-%m-%d") THEN "True" ELSE "False" ENDIF
This works but now I also need it to check if the date falls on the weekend and if it does I want the output to say "Weekend"