Custom provider : datasource creation without an id?

Is it possible to create a datasource without an id ?

We have a list of profiles, which don’t have any generic id, just the name.

Hi @ramuklawjju,

The current SDK unfortunately uses an unset id as a proxy for “this object doesn’t exist”, and so it requires that you assign some value to the ID. If you don’t have anything useful to assign there, I would suggest assigning the name to both name and to id, and then document name as the main one to use.

1 Like