0
0
No-Codeknowledge~10 mins

Basic workflows and actions in No-Code - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete 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'
Apause
Bstop
Cstart
Dreset
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'stop' or 'pause' which do not start the workflow.
2fill in blank
medium

Complete 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'
Adelay
Bloop
Ccondition
Dtrigger
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'loop' or 'trigger' which do not create a pause.
3fill in blank
hard

Fix 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'
Atrigger
Bcondition
Cdelay
Daction
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'action' or 'trigger' which do not check true/false.
4fill in blank
hard

Fill 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'
Aloop
Bdelay
Caction
Dcondition
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing 'delay' or 'condition' with repeating actions.
5fill in blank
hard

Fill 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'
Asubmitted
Bcondition
Csend
Ddelay
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'delay' instead of 'send' for notifications.