Getting Started Tutorial: WarehouseDB Merchandise list not populating
When going through the initial tutorial, I follow the steps to create the Warehouse App with a list based off of the data in the WarehouseDB. The tutorial shows that the hierarchy should be:
body / $ / item
but my mapping action for the Success event shows:
body / $/ [$] / item
and I cannot map $ to mobilelistitem. I can map it to [$] but then the rows in the WarehouseDB's Merchandise collection do not autopopulate in the list when I test the app. I have gone back over the instructions multiple times. I would appreciate assistance.