Logic
Every webapplication/automation needs some sort of logic. In NoCode-X we define logic by creating "Actions". Actions are small pieces of logic that when put together with other actions, templates, data, etc... they serve a bigger whole defined as a use case.
This guide provides a concise overview of the basic steps and key concepts involved in Action creation.
Actions
Learn about actions and what you can use them for.
Action Triggers
Learn about the different action-triggers in NoCode-X and how to use them.
Functions
Find out what functions exists in NoCode-X & how to use them.
Variable scope
Learn about the true power of NoCode-X logic building with the Variable scope
Parameters & Output
Learn how to use parameters & output to make reusable & abstractable logic
Abstraction
Learn why you should abstract some of your logic.
Conditionals
Learn how to create conditionals within your NoCode-X logic
Loops
Learn how to create loops within your NoCode-X logic.
Application logs
Learn how to write & read your application logs
Action testing
Learn all about testing your logic