Description
When user selects multiple items on board and performs a bulk action (say status change), monday generates a request per each individual item. Sometimes, there are cases when instead of processing each request individually, app integration logic could be shaped around the bulk update, instead of processing spike of requests.
What are you trying to achieve
It would be helpful to have a flag in the automation request, that signifies that an item, which action is performed on, is part of the bulk update on monday board. Hence, developer can implement a more efficient strategy of dealing with multi-item actions.