Share feedback, ideas and get community help

Updated 4 months ago

Variable with plain text

At a glance

The community member is trying to pass a string for insertion via API/GET in a system (glpi), but typebot is putting HTML codes when there are quotes and spaces. The community members suggest that using an HTTP POST might work, and one community member mentions that the data part of the array needs to be sent in the Body part and not in the headers. The community member who solved the issue used n8n to test and then replicated it in typebot.

I'm trying to pass a string for insertion via API/GET in a system (glpi) and I've tried different ways but typebot always puts html codes when there are quotes and spaces. Is there any way around this?

Result: "input": "{\n[{\n"entities_id": 1,\n"name":"test",\n"content":"test",\n"urgency":2,\n"impact":3,\n"requesttypes_id": 8\n}]\n}",
Attachment
Captura_de_Tela_2023-12-17_as_14.50.33.png
L
B
A
3 comments
Maybe a http post will do it
Can you provide a reproduction?
I managed to solve it, I was doing it wrong, because the data part of the array has to be sent in the Body part and not in the headers. I used n8n to do the tests and then replicated it in typebot, thank you everyone.
Add a reply
Sign up and join the conversation on Discord