Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hello again, After looking on the internet, I finally found my problem... This post helps me: postMy problem wasn't related to the "datetime" format... but the filed name that I used when I did the call!I don't understand why they called it "apiName" and we have to use the "name"?? In my case, I use...
Hi everyone, sorry for my late response, and thank you for your replies! I did some tests. Here with the datetime test.In my custom activity: The body I send:{ "input": [ { "activityDate": "2020-09-23T15:57:36+00:00", "activityTypeId": 100001, "attributes":...
Hi everyone!I have a question about a datetime field on a custom activity. I would like to push a custom activity but I'm facing a problem: what must be the type of a datetime?I've tried a lot of things but nothing works: "2020-07-16T10:51:58-04:00" (iso 8601, suggested here: https://developers.mark...