I have a flow which I uses planner and it assigns task to one of my team members.
I want to upgrade my flow so it can assign the task to member1 on even weeks and member2 on odd weeks.
My basic logic is something like this:
if(weekNumber%2 == 0)
Assign to Member1
else
Assign to Member2
Any help is appreciated
Thanks
Solved! Go to Solution.
See if the following expression works for you. Add this as an expression in the left side of a condition action, and then set the rest to is equal to 0.
Proud to be a Flownaut!
See if the following expression works for you. Add this as an expression in the left side of a condition action, and then set the rest to is equal to 0.
Proud to be a Flownaut!
@LeeHarris Thanks a lot, this worked
User | Count |
---|---|
36 | |
22 | |
18 | |
14 | |
12 |
User | Count |
---|---|
27 | |
20 | |
19 | |
14 | |
13 |