Hi Everyone,
I have sharepoint list exist.
I want updated bulk status from null become “done” on one stage.
This stage it consists of column: status, pic name and receipt date. With the condition:
1. FormID has been formed
2. Status from null to “done”
3. Total items exist: 300 items, will be cut evenly for 3 people with the same role.
So 1-100 items: update to name A
101-200 items: update to name B
201-300 items: update to name C
3. Receipt date: utcnow()
I'm confused about how to make the flow, because there is no right trigger to start.