A Flow triggered by a Forms submission has worked for a year but just stopped running. The last run failed (because a user entered incorrect info):
The 'inputs.parameters' of workflow operation 'Create_Purchase_Inquiry_Record' of type 'OpenApiConnection' is not valid. Error details: The API operation 'PostItem' requires the property 'item/InquirersiNumber' to be a string of maximum length '8' but is of length '17'.
I don't see why that would stop the trigger from working for future submissions. All connections seem okay. I see others who had this issue had to rebuild either the trigger action or the whole Flow, but this is a critical application, so that's not really an acceptable option.