Are there any working examples or videos that demonstrate how to setup a master /detail relationship with 2 or more API endpoints? Assuming the detail endpoint needs to have the “id” or key field type field passed to pull the record. Or an example with master database locally and pulling the detail records on detail lookups?
In the pokemon example we grab a list from an API and then do another API grab after that to grab pokemon details. You would do your first API grab (which I’m assuming just gives you an ID) and then with Looper Data like {{dc:looper:field key="id"}}
create another API looper to get that detail data. As for grabbing data directly from a database, that would require another “Database Looper” which we have gotten requests for.
I’m not 100% sure this is what you are trying to do though, if you could go into more detail that could help us out here. Have a great day.
In that video we are sent a URL to grab details about the data.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.