Forum Discussion
Syndicate_Admin
Administrator
3 years agoOBTAINING DATA THROUGH API
Good morning community, I wanted to make the following query of how to obtain data when connecting to a database via API. I need to get the detail of suppliers from a database, for this I have a tab...
lbendlin
Super User
3 years agoMake your first call to list all suppliers. Then use the "Add custom Column" function to make another call for that specific supplier. This will then run for every row (ie every supplier). Lastly, decide how to concatenate the results.