Abstraction
Abstracting your logic has been a very important way of keeping logic maintainable, understandable & accessible to everyone on your team. It often accelerates development by encouraging reusability. Your logic in NoCode-X can be completely abstracted away from other parts of your application. You can parameterize certain parts of logic & reuse them in different places. The function "Execute action" helps with this.
This function allows you execute one action from another action. All parameters defined on this action can be configured (In the example: ORDER_LIST). If the action that is called has any output defined this will be written out on the "Calling action's" Variable scope.
We highly recommend that you leverage abstraction like this in your NoCode-X logic in order keep a maintainable & easy to understand logic base.