Hi All,
I maintain a connector where the output of the trigger uses dynamic schema. Within the body of the trigger there are properties that can be string sometimes and numbers other times. Is there a way in your schema to define a value can be string or number?
At the moment we specify the field as a string but then if the user enters a number there is a schema validation error. This is not too bad however schema validation errors do not appear in the flow run history. So user are unaware that the flow has failed to fire.
I can confirm this method works 🙂