Pulling the correct data

I’m unable to pull the data needed from my call to Facebook developer. Using results key “data” is successful but only adalo only recognizes the names of the field data while not recognizing the field data itself. I’ve tried results key “data” then second results key “field_data” and it says unsuccessful. I would like the names and values to be identified to make the database easy to work with. Is this something that is even possible on Adalo without a third party that would reformat the data?



yep 3rd party I’m afraid… your json for Adalo needs to be in format

{ “email” : “johndoe@gmail.com”,
“phone” : “+17565555717”,
“id” : 1001
etc…
}

1 Like