value command
Get a value from the Flobot's context. This command is provided via the flobot plugin and isn't offered by any of the other core plugins.
Command config
{
"catName": {
"$value": {
"path": "myCatData.name"
}
}
}
Property | Type | Description | Required |
---|---|---|---|
path | string |
A '.' delimited path pointing to a value on the Flobot context | Yes |