REST service - not creating list
Hello Everyone!
I am very new to Appery (so I assume I am doing everything wrong).
Lately I've been testing the REST service feature using a http request for a website other than Twitter or Facebook etc. The request works flawlessly (the test comes back great and it creates the automatic response), but it won't set list titles like I want it to. I've included an image of the mapping I've done, and below is the test response (with some characters excluded of course). If someone could steer me in the right direction it would be greatly appreciated.
{
"ROWCOUNT":2,
"COLUMNS":[
"FAMILYID",
"MEMBERID",
"FAMILY",
"EMAIL"
],
"DATA":{
"FAMILYID":[
144874,
145129
],
"MEMBERID":[
####,
],
"FAMILY":[
"John Doe Family",
"TDiaz"
],
"EMAIL":[
"a href="mailto:email@gmail.com" rel="nofollow"email@gmail.com/a",
"a href="mailto:email@live.com" rel="nofollow"email@live.com/a"
]
}
}