Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I'm working on an app that uses this API /v1/apps/{appId}/data/metadata to display all the tables an app is using. However, this endpoint does not have the ID of the app nor the name. Therefore, I am trying to use the URL parameter to create a new column. Just for testing, I created a loop with two apps. It works fine as it shows the tables from this two apps. However, when I use the variable from the loop to create a new column, it does not filter properly to know what tables belong to what app.
Please see image below for more details:
Does anyone know any other method to get this done?
Thanks a lot!
try creating a key in AppId table, use the key variable in the url path to fetch the Appid into the the table thats currently in the loop.