I am trying to send a JSON field using
I am trying to send a JSON field using Http Request in the workflow as below:
The endpoint it getting like a reference for the object, not his content.


3 Replies
@bob Can you support me here?
Hi @Pedro Magalhães, I think the issue is that when you use the
Additional info variable, it tries to inject it as a string.
For now, I would try declaring the body of the request more explicitly:
Would it work for you?Yep. It works