-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
Bug Description
When creating an HTTP POST workflow the body variables are coming into n8n in the wrong format. I am able to get the correct format in an existing workflow that I created in Twenty v1.1 but the new workflow in v1.3.1 seems to be producing different results even though the node is setup the exact same.
v1.1 workflow result:

Expected behavior
In order to use the data from the POST command it needs to be structured correctly for use in n8n.
Example:
I need the body to look like this:
{
"id": "<GUID>"
}
What I am getting:
{
\n"id":"<GUID>"\n
}:[empty]
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🔖 Planned