Inability to save the data in a textbox using cloud db

As seen in the image, I've tried storing the data onto the textbox using the .text extension but it is not working
Can someone please help me to figure how to store data onto the textbox

how do you know it is not working?any blocks?

Your blocks are not storing into the textbox, they are sending the contents of the textbox up to CloudDB.

To bring data back from CloudDB and show it in a Textbox.Text, you need two parts:

  • a block to request the data from CloudDB at tag ...q2 (fill in the missing part of the tag)
  • a section of code in the event block that catches data coming back from CloudDB where you test if the incoming tag contains 'q2', and if it does, store the incoming value in Textbox2.Text