What does "You can only declare variables at the global level, not within scopes, conditions, and loops." mean?.
Solved! Go to Solution.
That means that variables need to be Initiatlised at the start of your flow. You cannot use Intiatlize variable action inside scopes, conditions or loops. However, you can use the Set variable inside loops etc.
That means that variables need to be Initiatlised at the start of your flow. You cannot use Intiatlize variable action inside scopes, conditions or loops. However, you can use the Set variable inside loops etc.
Thank you for the explanation.
User | Count |
---|---|
22 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
43 | |
28 | |
24 | |
23 | |
23 |