We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43deb61 commit 3352f5fCopy full SHA for 3352f5f
Server-Side Components/Background Scripts/Execute Logic on Weekdays/README.md
@@ -1 +1,8 @@
1
Script that checks today is weekday and then execute further logic inside if block.
2
+This script can also be used in 'Condition' part of Scheduled job, with an answer variable.
3
+
4
+var answer = false;
5
+Code snippet{ inside if condition, set answer = true; }
6
+answer;
7
8
+This will ensure Scheduled Script only executes on Weekdays.
0 commit comments