Dear Jack,
You can find more about mapping in collections here https://devcenter.appery.io/documenta...
You can not map them because they have fields included, they can be mapped to text, etc.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Dear Jack,
You can find more about mapping in collections here https://devcenter.appery.io/documenta...
You can not map them because they have fields included, they can be mapped to text, etc.
Hi Alena,
I did not find what I am talking about in that documentation, but it did help since I learned about "Combining requests from several components". Thank you.
I am a bit confused at your response, however. "You CAN NOT map them because they have fields included, they CAN be mapped to text, etc". I know they CANNOT be mapped to text fields. Am I safe in assuming that they can be treated similarly to the top array element ($)?
Hello Jack,
This functionality is necessary for using more than one parameter in one field.
E.g.: I have storage model: http://prntscr.com/87kxi0
Now I am able to use JS:
prereturn value.firstName + " " + value.secondName;/pre
in the mapping like this: http://prntscr.com/87kxmo
Hello Sergiy,
Thank you for your reply. I think I understand that now.
Thank you.