Hello
I'm fairly new to Power Automate but I have a flow that sets up a new task on MS Planner and the flow is set up to set a start date of the current date and I then want to set a due date of 2 days from now. Currently I have it set up with the following expression:
I tried this using the below expression but kept getting errors and I cant seem to figure out how to write this to make it work
if(dayOfWeek(1,2,3),addDays(utcNow(),2),addDays(utcNow(),4))
Any help would be appreciated