Curtis Parfitt-Ford
Posts: 0
Joined: Wed Jun 17, 2015 5:31 pm

Multiple items from one API?

Heya,

Is there any way to parse an XML feed and map different bits of it to different listings within an app? e.g. I want to parse this XML document: https://www.reddit.com/r/all.xml into a list that contains the title and description from each , but the mapping I'm using at the minute only puts out the same item over and over, despite the fact that testing the API shows Appery is receiving all the elements.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Multiple items from one API?

Hello Curtis,

Please use storage variables for that. You can store responses of different services into one array of storage variable and use it for mapping components.

Return to “Issues”