I want to create subtasks based on a list of checkboxes that the user can tick after the rule is triggered manually from a story:
My assumption was that I can check whether it is ticked (true, not empty) and then create the respectiv subtasks like this:
but it creates subtasks for all and not just the checked ones.
Is there a solution? What am I doing wrong?
The conditions based on input of a manual rule need to be set as, example:
{{userInputs.createRefinements}} is true.
For checkbox options the values to set a condition are true or false.
Hey @Andreas Hofer
You need to change this to IF Else condition, then it will work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @arielei I started with this construct and then realized that I cannot nest if-then-else often enough to cover it.
Do you know how to check if a checkbox is checked or not?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Andreas Hofer
you need to go to global automation and create it from there, then you'll have IF-Else condition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it worked now - I nested if-then-else and that was not correct.
just had to ad them in sequence for each checkbox
thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.