Simulation

In this panel we can simulate combinations of answers to ensure the logic works as expected.

For example, once our logic is defined, we can see that selecting different inputs, we get different results:

The selectable inputs are the aliases we defined in the Aliases tab. They can also be form fields:

Console

In the browser console, we can see more information that can help us to troubleshoot issues. If we display it, we can see traces with the "Nocode simulation scope" prefix:

In this scope, are stored all variables used to execute the logic.

Last updated