Mapping to local storage problem
I'm having problems mapping values from a JSON array to local storage. Previously, the app worked, but having saved as a plugin and created a new app, I am now getting this uncaught error:
preUncaught Error: Attempt to access Array by property name : 'email'window.mep.get @ mapping-impl.js:325window.mep.get @ mapping-impl.js:343window.mep.get @ mapping-impl.js:343window.mep.get @ mapping-impl.js:343window.mep._get @ mapping-impl.js:343window.mep.get @ mapping-impl.js:310window.entry.Entry.getValue @ mapping-impl.js:82window.mapping_unit.MappingUnit.processMappings @ mapping-impl.js:196window.mapping_unit.MappingUnit.process @ mapping-impl.js:127processMappingAction @ mapping-impl.js:10window.get_contact_data.Apperyio.datasources.get_contact_data.Apperyio.DataSource.onSuccess @ VM12827:302Apperyio.DataSource.$a.createClass.successHandler @ appery.js:361jQuery.extend.proxy.proxy @ jquery-2.1.1.js:513jQuery.Callbacks.fire @ jquery-2.1.1.js:3073jQuery.Callbacks.self.fireWith @ jquery-2.1.1.js:3185done @ jquery-2.1.1.js:8251jQuery.ajaxTransport.send.jQuery.prop.on.callback @ jquery-2.1.1.js:8687jQuery.event.dispatch @ jquery-2.1.1.js:4409jQuery.event.add.elemData.handle @ jquery-2.1.1.js:4095/pre
Here's a screenshot of the mapping:
Here's a screenshot of the uncaught error:
Here's a screenshot of the mapping-impl.js where the error happens:
The app is shared with support, is called 'Rhiwabon' and has this ID: 03255553-fc2a-4595-8e77-5e9abcbbb0e1
Your assistance would be greatly welcomed.
Chris