im trying to read data from a text file and insert it into a "label" field and I am totally lost. The "file read service" has no default "response" entries... how do I get the data from the file to the display?
im trying to read data from a text file and insert it into a "label" field and I am totally lost. The "file read service" has no default "response" entries... how do I get the data from the file to the display?
Hi Russell,
If you want to read this text file from Database, this thread can be helpful:
https://getsatisfaction.com/apperyio/...
If you want to read a local file just place it in a folder WEB_RESOURCES, and specify the file name in service parameter 'URL', then you can work with it if it was a usual service ( http://devcenter.appery.io/documentat...). Please note service Test tab won't work then.