I want to organise a larger app by key concepts in Xano which I’m able to do by having multiple API Groups within a Workspace.
e.g. This allows me to put common APIs like User, Role and Auth endpoints in one group and other key concepts in their own folder. Each Group has it’s own unique base url.
Unfortunately, when it comes to connecting up to Adalo I can only use one Xano base url.
My Xano workspace APIs are going to get very difficult to navigate once the database grows in complexity.
Hey gavin, I think this is possible. You can change the url of each database table in adalo and that way you can also use different xano api groups. Only the user table seems to be fixed to the xano url that was used when creating the project.
Timo Fischer: Thanks Timo, I thought I tried that but I’ll try again 
I had a look on this again this morning. Its possible to change URLs of tables so you can access different API groups this way (I actually have it set up as you describe: auth etc. in one api group as “base” API group, and other data in a separate API group). However, you can only import new tables from the “base” API group. So if you want to hack it then you just import a new table from the “base” API group and then change its URL to another one from a different API group. I agree though that it would be a nice feature to be able to (1) change the “base” API group and (2) also import from multipe API groups