Forum Discussion
Two steps in if statement
- 4 years ago
jaryszek
It executes only one step.
If you need to execute two steps either under the true or false part, then it depends on what you exactly are trying to acheve here. You can create a custom function and include all the actions there for this purpose.
Hope this is helpful, if you need to share a scenario with sample data and the expected output, please do so.
Hi,
ok but this is not allowing to run 2 steps? Only either step 1 or step 2?
- Fowmy4 years agoSuper User
jaryszek
It executes only one step.
If you need to execute two steps either under the true or false part, then it depends on what you exactly are trying to acheve here. You can create a custom function and include all the actions there for this purpose.
Hope this is helpful, if you need to share a scenario with sample data and the expected output, please do so.
- jaryszek4 years agoSuper User
thank you