Hi,
I'm creating a flow which is triggered by an incoming API message in 'When a HTTP request is received'. Receiving and parsing the json file seems to work but when I add the functionality to add the record to a CDS entity my tests fail on the first step. I tried, and exactly followed multiple solutions in blogs and forum threads but when I add steps behind the json parsing the flow starts to fail. What am I doing wrong?
Message body:
[
{
"workOrderId": "XX26F4XX-9999-9999-TEST-00155D669999",
"mobilePhone": "0699999999"
}
]
JSON Schema (generated by the action):
Working:
Not working anymore:
Thanks in advance,
Jeroen
Update 18/09/2020:
What seemed to have resolved the issue was switching on and saving and switching off again and saving the 'Schema validation' in the advanced settings. It maybe had to do with filling the 'Request body jsnon schema' but not wanting to use it.
Solved! Go to Solution.
Hi @JeroenP
Thanks for the update. Since your issue is resolved could you please mark it as solution accepted.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @JeroenP
Thanks for the update. Since your issue is resolved could you please mark it as solution accepted.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blog