UI Blocks (Input and Output)

These blocks help the user to create an application in the canvas

You can crate an app using the Input and Output blocks.

You can pass input in multiple formats:

  • Text Input

  • Number Input

  • Dropdown

  • Multi-select

  • Slider

  • File Upload

The input from this block can be used downstream in your code to transform the data and the output variable that has to be shown in the app can be selected in the output block.

Example Use-case

In the following recording we are passing the variable Department using the Input block. Then we filter our employee data using these variables then, we create summary stats which we give to GenAI block to create a summary.

Last updated