Hi Moustapha - can you see if it works if you put ...
# community-help
m
Hi Moustapha - can you see if it works if you put it in quotes?
e.g.
Copy code
{
  "agents": [
    {
      "disabled": false,
      "name": "sample data",
      "options": "{\"mode\":\"message_only\",\"loop\":false,\"payload\":{\"ts\":\"1656402335.432859\"}}",
      "position": {
        "x": 1035,
        "y": 1575
      },
      "type": "eventTransformation"
    },
    {
      "disabled": false,
      "name": "HTTP Request Action",
      "options": "{\"url\":\"<https://dawn-dust-4087.tines.io/example-echo>\",\"content_type\":\"json\",\"method\":\"post\",\"payload\":{\"formula\":\"=sample_data.ts\",\"text_in_quotes\":\"\\\"<<sample_data.ts>>\\\"\"}}",
      "position": {
        "x": 1035,
        "y": 1710
      },
      "type": "httpRequest"
    }
  ],
  "links": [
    {
      "sourceIdentifier": 0,
      "receiverIdentifier": 1
    }
  ],
  "diagramNotes": []
}
f
Thanks @modern-farmer-99434 it's working with this adding the quotes. But would it be possible to make the tool keep the same type? In my case, it was hard to debug (slack API). I had to make the call on my own webhook to see what data was sent.