ComfyUI Node
DB Get Item
A ComfyUI node in DataBeast with 2 inputs and 1 output.
DB Get Item
- source
- value
◄expression—►
CategoryDataBeast
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| source | DB_ITEM | Source item to query. | |
| expression | STRING | The expression to apply to the source, if necessary. Ex: To get the 2nd index of the key "foo" assuming the source is a table, the expression is: ["foo"][1] |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| value | DB_ITEM | — |