Hi,
I’m currently facing the issue that i want to create a workflow and switch behavior based on status.
Example:
- Status New → Execute xyz
- Status Pending → Send Mail
- Status Finish → Execute zyx
I can achieve this behavior by using a parallel node and in the inside and if/else node, but it feels very unefficient.
A switch node like in n8n would be very nice to handle such cases.
Thanks a lot & best regards!
Jan