Create new item
Last updated 1 year ago
Valve to create an Item in the current item set.
Valve name: CreateItem | ItemCreate
CreateItem | ItemCreate
{ "name": "CreateItem", "config": { "id": "temp", "properties": { "username": "user01", "count": 7 } } }
To create an item with a random identifier (UUID) use property expansion: ${util.uuid}
${util.uuid}
id
Item id.
properties
JsonObject containing properties to add to item.