Documentation error - "Access Request Decision" trigger

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

Thank you for your bug report. I have created a ticket ( DEVREL-1386) to fix this in the docs.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.