Logical components allow you to easily apply business logic within your apps
Accumulate to array
Input multiple data types that you want to combine into an array of those inputs
For Each
Input an array or multiple data values. This component will output them one by one so that you can further process them
Low code - Custom Javascript
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
Count items
Output the total number of items in an array that is passed into the input
IF evaluation
Implement basic if logic to build dynamic paths into your apps
Static data output
Configure and output static data as outputs such as location, text, dates, etc...
Consolidate Inputs
Configure multiple inputs which when all are received, they will all be output at the same time
Last updated 2 years ago