Mih谩ly T贸th
Mih谩ly T贸th
Xano Expert
Maintainer of @calycode/cli, @calycode Chrome Extension, Backend Engineer @OSOI, technology enthusiast, problem solver at heart. Try, fail, learn and repeat.

'Export Data' feature to pick the workspace live branch


This screen in the settings allows the export of the workspace including data and business logic in the 'workspace.json' file.

This export always exports from the workspace v1 branch, but in several cases the live branch of a workspace has been moved off from the v1 and as a result by exporting from here, we get to a 'business logic drift' state.

I completely understand that to export the latest business logic with option to control the exported branch we can use the metadata API route: 'workspace/export-schema' and the 'workspace/export' endpoints, which allow specifying the branch.

But it would be nice to not have to use the metadata API for something that's also there in the UI.