I have a few swim lanes. When tasks are overdue, I move tasks out of current swimlane to our last column swim lane. However I want to set a reason for doing that in a custom field.
For example, if task overdue with custom field X Action should be A
OR
IF task overdue with custom field Y Action should be B
Specific example -
if task is overdue and status = new lead, then set reason field unresponsive.
if task is overdue and status = hurdle, then set reason field overdue.
All the tiggers seem to only have the three options:
Task added
Task Updated
Task Timing
Any thoughts if this is possible? I looked into flowsana and doesn’t look like that they have that option either.
@Matt_Spool Flowsana supports triggers on text custom fields. But I guess the issue is that we don’t (yet) support multiple trigger conditions? (It’s not entirely clear from your description where the text custom field comes into play in your scenario.)