Loading the player...


INFO:
⚡️Expression Essentials Part 1 | Use this Power Automate Expression to get the date for a specific day of the week in Power Automate. addDays(utcNow(),sub(int(1),dayOfWeek(utcNow()))) This Power Automate Expression will return Monday’s date for the current week. Change the number in the int() function to suit your needs.  int(0) - SUN int(1) - MON int(2) - TUE int(3) - WED int(4) - THU int(5) - FRI int(6) - SAT Tip: Wrap this expression in a formatDateTime() function to format the date.