I am not sure if I am on the right track here and I don't think I can test these variables so any feedback is appreciated. I am trying to automate the sending of an email based on the week of the month, even week and odd week will have a different email. Is this correct:
Solved! Go to Solution.
Please break your screenshot up into multiple images. Its almost impossible to read any of the details.
Hi @Anonymous,
The return of dayOfWeek() function is the day of the week from the specified timestamp where Sunday is 0, Monday is 1, and so on.
So the condition on the right side that Monday is not correct, please use integer 1 instead.
To learn more function about date and time, please refer to this document:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please break your screenshot up into multiple images. Its almost impossible to read any of the details.
Hi @Anonymous,
The return of dayOfWeek() function is the day of the week from the specified timestamp where Sunday is 0, Monday is 1, and so on.
So the condition on the right side that Monday is not correct, please use integer 1 instead.
To learn more function about date and time, please refer to this document:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
28 | |
27 | |
23 | |
17 | |
10 |
User | Count |
---|---|
59 | |
56 | |
29 | |
27 | |
24 |