Fill a table with random numbers and draw them on the dashboard chart.

This tutorial is part of the Nairda learning path. You can build it step by step inside the app, which checks every block you place before letting you move on.


The steps

  1. We create a table called data.
  2. We create a number variable called value.
  3. We add a Repeat loop and ask it for 20 turns.
  4. Inside the Repeat we add a row to the table.
  5. Behind it we write a random number into the table.
  6. The random goes from 0 up to 100.
  7. Behind it we set value to what we just saved in the table.
  8. We put a delay so the chart draws little by little.
  9. On the dashboard we draw a chart and give it the variable value.

When you finish, the app takes you straight to the next tutorial in the path.

Build it in Nairda