Im trying out the Stash Data, im getting a long error 400, but cant figure out what im doing wrong
“Error at new i (/glide/packages/functions-support/dist/js/index.js:1:1057) at parseStashID (/glide/functions/lib/functions/src/api/stash-helpers.js:23:16) at /glide/functions/lib/functions/src/api/gbt.js:215:54 at handleReturn (/glide/node_modules/.pnpm/[email protected]…”
Error at new i (/glide/packages/functions-support/dist/js/index.js:1:1057) at parseStashID (/glide/functions/lib/functions/src/api/stash-helpers.js:23:16) at /glide/functions/lib/functions/src/api/gbt.js:215:54 at handleReturn (/glide/node_modules/.pnpm/[email protected]_patch_hash=irwptyw7mibtxhsaajblxoagtu_@[email protected][email protected]/node_modules/express-promise-router/lib/express-promise-router.js:24:23) at /glide/node_modules/.pnpm/[email protected]_patch_hash=irwptyw7mibtxhsaajblxoagtu_@[email protected][email protected]/node_modules/express-promise-router/lib/express-promise-router.js:65:7 at handleReturn (/glide/node_modules/.pnpm/[email protected]_patch_hash=irwptyw7mibtxhsaajblxoagtu_@[email protected][email protected]/node_modules/express-promise-router/lib/express-promise-router.js:24:23) at /glide/node_modules/.pnpm/[email protected]_patch_hash=irwptyw7mibtxhsaajblxoagtu_@[email protected][email protected]/node_modules/express-promise-router/lib/express-promise-router.js:65:7 at Layer.handle [as handle_request] (/glide/node_modules/.pnpm/[email protected]/node_modules/express/lib/router/layer.js:95:5) at next (/glide/node_modules/.pnpm/[email protected]/node_modules/express/lib/router/route.js:149:13) at validationMiddleware (/glide/node_modules/.pnpm/[email protected][email protected]/node_modules/express-zod-openapi/lib/index.js:644:9) at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:5)
Small thing, in the REST API to add/owerwrite rows, i need to provide {tableID}
In Glide / show API, i can find my tablename (not the ID / kinda)
table: “native-table-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”
I can get the {tableID} with “List Tables”, but a small nice-to-have would be the ID shown somewhere in Glide. Well, it kinda is, if i remove “native-table-” from name i get the ID - But still.