When in edit mode, clicking on any Jotfrom trigger on new or existing forms now displays the following error message in the left pane editor for the Jotform trigger:
"Failed to retrieve dynamic outputs. As a result, this operation's outputs might not be visible in subsequent actions. Error details: The dynamic operation request to API 'jotform' operation 'ListFields' failed with status code 'Unauthorized'. This may indicate invalid input parameters. Error response: { "message": "401 Unauthorized" }"
Seems to indicate an authentication issue with the Jotform API endpoint that allows the flow editor to obtain the field names for the Jotform.
After network inspection, I observed multiple requests failed to the Jotform API. However, the error message indicates 400 bad request:
"The request to API 'jotform' operation 'ListFields' has invalid inputs. Error details: The API operation 'ListFields' is missing required property 'formID'"
The request sent has no formID in the parameters so I am under assumption this is an internal change on PowerAutomate side that has broken it.
Has anyone else experienced this issue?
Thanks,
Rory