@leptoquark1/nb-workflow-json-extract
v1.0.0
Published
Extract JSON Values from workflow scope
Downloads
1
Readme
Workflow: JSON Extract
Extract JSON Values from workflow scope
Example
Read a JSON Path from an object in workflow scope with Dot-Notation:
Expected object in scope
{
"mqtt": {
"status": {
"connected": true
},
}
}
Path
mqtt.status.connected
Result
true
Nocobase Plugin Namespace: @leptoquark1/nb-workflow-json-extract