This little tutorial will show you how to "GET" your data from a Form (Beta) block and display it in your app.



Steps to take:

  1. Add a web service block
  2. Select AppMachine API


  1.  Select “Returns data from data store”



    Fill in the name of your form block (In our case this is Form (beta))


 


NOTE: Changing the name of your Form (beta) block at a later time will also cause the datastore name to be changed. 



Click Next and select the node “root”.


 


Click Next and name your block.


 


Our app structure will look like this and we are done. This is how you return the data from your form block. You can place a Lock Block above the Get Form Data block to prevent unwanted access of course.