While running the Connect REST Wizard, in the last (4th) step, we are getting error: “Rule evaluation failed : Canceling rule evaluation, Error evaluating rules using sample JSON stream”. And the wizard fails to generate the rules and records.
Seems like the error is present in the sample JSON you provided in the previous steps. Can you evaluate the JSON from any JSON formatter online, and restart the process?
I have seen this issue happening abruptly sometimes. Is there any special characters present infront of any JSON property? Are you trying to create the rules in a branch? If so can you try to create them in a ruleset version?
@AdrijaC7 It was a class length issue for Int class.
Somehow i missed it and class length was 26 characters. This length restriction is only on Integration class. But your suggestion worked to reduce the class length to 25 characters.