After I added to my React Widget the new: temporaryObjectSetRid type:
As shown in the documentation:
{
// Only compatible with https://www.npmjs.com/package/@osdk/client > 2.0
fieldId: "temporaryObjectSetRidField",
field: {
type: "single",
label: "Object set field (via temporary object set rid)",
fieldValue: {
type: "inputOutput",
variableType: {
type: "temporaryObjectSetRid",
}
}
}
},
My Workshop Applikation does not seem to detect the variables anymore, I get the following error:
Should this feature already working in Workshop?
Second question, what is the correct API call to load the ObjectSet from a temporaryObjectSetRid?
Thank you