Variable in rest api connecter body

Here’s code snippet in my element template:

I configure it to be able to take body as fell expression:

But I have the following error when process makes request due to “=” before feel expression:

Also I noticed there’s variable scope.application.name_name_kz instead of its value in body

@MagzhanUnited - I think the issue is because you set the binding to zeebe:taskHeader when it should be zeebe:input. You can see the out-of-the-box REST Connector template here, and it binds the request body to zeebe:input.

1 Like

Thanks. This solved my problem

1 Like

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