HOW TO HAVE DATA FROM BRAINCUBE ON A FORM ?

Cloud version

We can use data from Braincube through our API.
Select "from API" on the input parameters:

  1. The name of the braincube is filled by default.
  2. Choose the data id with the prefix "d". In the example the Id of the data is 200002, so Data source will be “d200002”.

By default, "None" is selected in the comparator.

If you keep this choice you have two use cases:

  • For an input that can only recover a single value (TextInput, NumberInput, etc.) : you recover the last value of the selected variable.
  • For an input that can recover multiple values (Combobox, Table, etc.) : you recover a dico (list of modalities). It is only possible with a discrete variable.

Standalone version

Servers need to be created to have data from braincube on the form:

  1. name used on the parameters of the input
  2. Name of the braincube customer that you can find on the URL: for example "demo" for https://demo.mybraincube.com
  3. Data source is the memory base to link to the form : MB Id with the prefix mb. In the example, the Id of the MB is 20, so the Data source will be “mb20”
  4. Choose the data type : Braincube or IOT

For example :

Was this article helpful?

Powered by Zendesk