I'm trying to figure out how to access the version of an integration being used for use in the API connection headers/url/...etc. I've tried bundle, authData, inputData and a few others that I guessed but version has not yet been found.
Paging
Hi
{
// ...
operation: {
inputFields: d
// other input fields...
(z, bundle) => {
const { version: appVersion } = require("../../package.json");
return
{
key: "appVersion",
hidden: true,
default: appVersion
}
];
}
],
}
}
No way to access that via the form entry?
This isn't currently possible to achieve through the Visual Builder, no
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.