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.

Input Block

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.

Input Block

Output Block

In the output block, we can select any variables created in the code.

Output block

Last updated