Logical Components

Logical components allow you to easily apply business logic within your apps

Summary of Logical Components

Component
Summary

Input multiple data types that you want to combine into an array of those inputs

Input an array or multiple data values. This component will output them one by one so that you can further process them

If components do not exist yet to implement your business logic, use the low-code component to quickly implement your logic and business rules with javascript

Output the total number of items in an array that is passed into the input

Implement basic if logic to build dynamic paths into your apps

Configure and output static data as outputs such as location, text, dates, etc...

Configure multiple inputs which when all are received, they will all be output at the same time

Last updated