Dashboard Creation

Hi all,
Is it possible to create a single component with String Widget and Tile view?

The objective is to create an interactive dashboard where the user can input the string/int and can execute using a Check button and see the results on the same screen - any suggestions for this to be successful?

Expected components in the dashboard are as follows:

  1. String Widget(input)
  2. Check Button
  3. Tile View

Hi @gokul_malaa

I attached an example that should contain all expected components in your dashboard. Note that when you want integer as input, you need to use the Integer Widget node instead of the String Widget (or convert the data type). I hope this helps as a start point!

dashboard_creation.knwf (12.8 KB)

2 Likes

Thanks @Alice_Krebs for the details and the workflow.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.