I have a page with a list component, a label item, and a list of files uploaded into my database. I want to capture all the File Names – file name created by Appery.io – in the label.
Can you tell me the steps to do that?
I have a page with a list component, a label item, and a list of files uploaded into my database. I want to capture all the File Names – file name created by Appery.io – in the label.
Can you tell me the steps to do that?
Hi Leonardo --
Please take a look in our documentation here -- http://devcenter.appery.io/documentat...
Yes, I've read that. I can see the file list when I do a test, as in your reference. But I cannot get the file Names to show up in a label that I mapped to the file Names. What am I missing?
Hi Leonardo,
Please follow these steps:
Open your fileList service.
Navigate to test tab and click "Test".
Click "Import as response" button.
Details: http://prntscr.com/6i6rku/direct
Put grid component on the page.
Put label inside the grid.
Put "fileList" service on the page.
In "Success" mapping create - following mapping:
Details: http://prntscr.com/6i6sbw/direct
Run this service datasource on the page show event.
Regards.
Thanks. Will test it.