Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the code to start a workflow when a button is clicked.
No-Code
When the button is clicked, [1] the workflow. Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'stop' or 'pause' which do not start the workflow.
✗ Incorrect
To begin a workflow, you need to start it when the button is clicked.
2fill in blank
mediumComplete the code to add a delay of 5 seconds in the workflow.
No-Code
Add a [1] of 5 seconds before the next action.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'loop' or 'trigger' which do not create a pause.
✗ Incorrect
A delay pauses the workflow for a set time before continuing.
3fill in blank
hardFix the error in the workflow to check if a condition is true.
No-Code
If [1] equals true, then continue the workflow.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'action' or 'trigger' which do not check true/false.
✗ Incorrect
A condition checks if something is true or false to decide the next step.
4fill in blank
hardFill both blanks to repeat an action 3 times in the workflow.
No-Code
Use a [1] to repeat the [2] 3 times.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing 'delay' or 'condition' with repeating actions.
✗ Incorrect
A loop repeats an action multiple times automatically.
5fill in blank
hardFill all three blanks to create a workflow that triggers on form submit, checks a condition, and sends a notification.
No-Code
When the form is [1], check the [2]; if true, [3] a notification.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'delay' instead of 'send' for notifications.
✗ Incorrect
The workflow starts when the form is submitted, then checks a condition, and if true, it sends a notification.