Multiple trigger blocks
Posted: 21 May 2020 04:59
I'd really like the ability to add multiple trigger blocks to a flow. This would solve a couple different issues:
1) It could be used as a label/goto/subroutine feature. This can currently be done by using another flow, but I like to keep everything for a specific purpose contained within one flow as much as possible, and
2) It could be used to determine what branch to take in a flow instead of having to use (sometimes multiple) conditions, and, more importantly, could be placed further into a flow to make it easier to jump to the point where a specific trigger needs to lead instead of having to route it there from the beginning.
As far as implementation, it could be something like "Flow_name:trigger_block_#" (e.g. "Flow_name:3").
1) It could be used as a label/goto/subroutine feature. This can currently be done by using another flow, but I like to keep everything for a specific purpose contained within one flow as much as possible, and
2) It could be used to determine what branch to take in a flow instead of having to use (sometimes multiple) conditions, and, more importantly, could be placed further into a flow to make it easier to jump to the point where a specific trigger needs to lead instead of having to route it there from the beginning.
As far as implementation, it could be something like "Flow_name:trigger_block_#" (e.g. "Flow_name:3").