new
Components
All Project Types

Our philosophy at Uiflow has always been that we want to provide as many tools as possible for app builders. Code is great at a lot of things! Because of this we are releasing two components that make augmenting your Logic Flows with code easier.
- Async Code Function: Write any javascript you want, including async functions, using an object input from your Logic Flow. This component requires using an input call and output events.
- Code Function: Similar to the Async version but does not require the usage of input calls and output events for use.