Copy conditions

  • Thread starter Deleted member 9002
  • Start date
D

Deleted member 9002

Guest
1. There's should be an option to Copy conditions (when using conditional/ looping statements) (similar to Copy triggers and actions)
2. Could you please give all possible options which actions have (copy,cut etc.)
 

Kr99

New member
Personally, I think it would be better if conditions were the same as constraints in all respects. it would be easier to read constraints on if statements and on loops. It would be easy to copy and paste. There would be fewer clicks to manage conditions.

For now you could probably get the equivalent by setting a variable to true or false based on some constraints and then only checking that variable in the condition. This does create extra work though. You can also add constraints to action blocks.

Now that you can add constraints to action blocks, it seems logical you should be able to add constraints to if blocks.
 
Top