Create Entities with primitive, single-select and entity Fields.Setting fibery/id is optional and might be useful for working with Entity right after creation.To set a single-select or an entity Field we’ll need the target Entity’s fibery/id. We can get fibery/id either via API (check Query entities) or by opening the relevant Entity on UI and exploring the command response in browser’s Network tab.
Note that the target related Entity should already exist.
Setting entity collection Fields on Entity creation is not supported. Instead we suggest updating entity collection Fields after the Entity is created — see Collections.Setting a rich text Field on creation is not possible either. Update rich text Field once the Entity is created — see Rich text and comments.Cricket/Player Database used as an example
Update primitive, single-select and entity Fields this way. For updating entity collection Fields, see Collections.To update a single-select or an entity Field, we’ll need the target Entity’s fibery/id. We can get fibery/id either via API or by opening the relevant Entity on UI and exploring the command response in browser’s Network tab. Note that the target Entity should already exist.Cricket/Player Database used as an example