Hello Guys,
I getting an error while trying to use Database Read service.
The error is :: Attempt to access Array by property name : 'col_InName'
Here is what i am trying to do:
1.On the success of create database service stored column "id" into a local storage variable.
2.Now since i need to fetch the data I am using Database read service and in Before Send event the local storage is mapped with "id" of query service request.
3.And on success event of read service the database fields are mapped with corresponding UI elements.
4.But in console it throws the above error.
5.Please refer to below Before send and Success mappings.