I often find myself using nested if/then branches in workflows to segment properly - I think being able to include multiple ‘else if’ branches would be beneficial. For example, I have the following workflow:
If contact is in list X and had recent conversion X then create task for HubSpot User John
else
If contact is in List Y and had recent conversion Y then create task for HubSpot User Jane
else
If contact is in List Z and had recent converstion Z then create task for HubSpot User Mary
This could be simplified by allowing users to create multiple branches in the one ‘If/Then’ as shown:
This would allow for easier if/then instruction without users having to ‘waterfall’ if/then branches within their workflows. It would also allow for a more robust ‘catch all’ fallback - where none of the if/then branches are satisfied.

