Platform Features Flashcards

1
Q

What’s the difference between Initializer & Decisions

A

Initializers and Decisions differ in how they handle inputs. A Decisions component relies on specific input values (if an end-user responds “yes” to a question, the Decision triggers). Initializers, on the other hand, trigger on actions (such as a button-click or a new submission on a page).

So, if you’re looking to trigger an operation based on an action rather than a value, you’ll use an Initializer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly