When you add a condition to the Execution Conditional Formula field you are automatically informing the framework that the step (e.g. Set Values) should be inside an if statement (in code lingo). The framework will check the condition regardless of what steps come before or after it. On the other hand, once you put the step inside a group block and mark the checkbox to treat the block as an if-else block, the framework does exactly that: it executes the step that evaluates to true first and exits the block.
Without conditional block , it got executed twice because it satisfied both the conditions ...but within conditional block , it got executed once since it encountered US in first SET VALUE element.
When you add a condition to the Execution Conditional Formula field you are automatically informing the framework that the step (e.g. Set Values) should be inside an if statement (in code lingo). The framework will check the condition regardless of what steps come before or after it.
On the other hand, once you put the step inside a group block and mark the checkbox to treat the block as an if-else block, the framework does exactly that: it executes the step that evaluates to true first and exits the block.
Thanks again for the support
thank you so much for videos
"Is If Else Block" is checked, but still "If_Country_Is_Other" setvalue is getting executed. please help?
Checked "Is If Else Block" but still "If_Country_Is_Other" is getting executed. Can you please explain why it is happening?
You are doing Amazing Videos. Keep it up !! Could you also do a Video for Cache Block, Try Catch Block as well.
.vlocity calculation matrix and proc are not show in omnistudio .how i get that features in omnistudio .plz explain
please make video on try catch blocks inside integration procedure
Why Country = US came two times. Please explain?
Yes we didn't get the explanation on that
Without conditional block , it got executed twice because it satisfied both the conditions ...but within conditional block , it got executed once since it encountered US in first SET VALUE element.
Pls update more videos
Few more are planned for next week