Hello,
The error is related to the documentation below:
The JSON example shows:
"clientMetadata":{
"applicationName":"My application"
},
However, it should be:
"clientMetadata": {
"requestedAppIcon": "*****",
"requestedAppId": "*****",
"requestedAppName": "*****"
}
If someone tries to build a filter on a workflow based on the JSON example of the documentation, it leads to errors.
Thank you