Hello,
From a cost perspective, does it make more sense to have a complex flow that has multiple yes/no conditions checking multiple records and sending Teams messages based on the conditions being met. Or to separate into multiple flows which would pull the same records?
My flow is a scheduled flow which runs daily, checking the status + due date of a record. Based on the combination of these two:
If status = X and Due Date = today - send message
If status = X and Due Date = - 6 days - send message
If status = X and Due Date = + 30 days - send message
If status = X and Due Date = + 30 days - send escalation
I am not sure from a pricing perspective if the more complex my flow is, the more expensive it becomes and it would make sense to split into two flows. Or if having multiple flows would be more expensive. Or if the cost is the same.
I would also have another flow that would be scheduled to run once monthly to send a reminder for all with
status = X - send message
Screenshot of the flow that will have the 4 messages. This is only show the first two messages.
