How to change the application database

I created a panel that is linked to a client but I want to duplicate the app and add another set of data from the other client, is it possible to do this in a practical way?

Yes Duplicate app:
Screenshot 2023-12-27 at 10.24.05 AM
and then create another data source for the other client and use it in the duplicated app

But is there any way I can exchange it in bulk? because I have about 20 queries, I have to duplicate them and change them one by one

Export to JSON and find/replace the relevant resource references?

So do I just need to change the name of the bank, or do I need to do something else?

Hey @ruansantana, there isn't any native way to do this other than duplicating the app and switching the resources manually in the new app. You can definitely try and modify the JSON of the app itself, by doing a find / replace for the resources used, but any manual manipulation of the JSON is error prone.