1
votes

I am using HTTP control triggger with recurrence set on it and when I do settings on it, I cant seem to find schema validation enable or disable option on it. enter image description here

Problem is my JSON validation fails almost after every 5 calls because one or the other required field is missing from the http response.

I need to be able to disable schema validation and I just don't see it in the HTTP trigger I put together.

What am I missing here folks. I have another HTTP action and in that too I cant find schema validation enable/disable option.

I am using Azure Portal to create the logic app. I was looking at this post and shows that schema validation should be present on HTTP action or trigger. https://www.danrigby.com/2018/08/27/enable-schema-validation-and-required-fields-in-logicapps/

enter image description here

2

2 Answers

0
votes

As far as I know, the trigger you created is "HTTP Trigger", it doesn't have "schema validation" setting. The document you provided refers to "When a HTTP request is received" trigger which has "schema validation" setting, they are two different triggers.

0
votes

The Logic App trigger you are using is an "HTTP Trigger". Find the below image and it does not have the Schema validation option. enter image description here

Settings of HTTP trigger which doesn't contain schema validation option. enter image description here

Now, you need to change your trigger from HTTP to "When an HTTP request is received" enter image description here

In the settings option, you can find the "schema validation option" and turn off it. enter image description here