@Akt: Maybe I don't fully understand your request yet. Could you please give an example that descibes how you would like the flows to work together?
Like BoBo already wrote, you could probably use a condition to achieve this. Something like this should work:
Flow 1
-trigger ...
-action ...
-condition Expression: global_flow_part_enabled
-->true: -some actions
-->false: -some other actions
...and then use another flow to switch between the two different cases of the first flow:
Flow 2
-trigger ...
-action Script: global_flow_part_enabled=true;
respectively following action to make the first flow execute the other actions:
-action Script: global_flow_part_enabled=false;
Does this achieve what you are looking for?
Regards,
Martin
Connection
Moderator: Martin
Re: Connection
Thanx martin
I got the solution of my problem......
I got the solution of my problem......