Select to view content in your preferred language

Power Automate Failed Checks

140
2
12-09-2024 09:17 AM
RHammers
Occasional Contributor
Hi All,
 
I have a flow that has suddenly stopped triggering. Here are the run details:
 
The API 'arcgis' returned an invalid response for workflow operation 'When_a_survey_response_is_submitted' of type 'OpenApiConnectionWebhook'. Error details: 'The API operation 'AddData' requires the property 'body/feature/attributes/pfr' to be of type 'String' but is of type 'Integer'.'
 
It does still trigger when the survey is submitted in edit mode (pulldatamode = 'edit'), so it's just when new surveys are submitted that it's not triggering. Any help on how to troubleshoot this?
0 Kudos
2 Replies
abureaux
MVP Frequent Contributor

'body/feature/attributes/pfr' to be of type 'String' but is of type 'Integer'.'

That's you issue right there. You likely have an incorrect variable somewhere in your flow. Without seeing your flow, i couldn't say. Any chance you can include at least a screen cap of the error in Power Automate?

0 Kudos
RHammers
Occasional Contributor

I believe it's a bug. It's the same issue that from this post, but for the select one from file question type. I changed the question type to text and now the flow is working.

https://community.esri.com/t5/arcgis-survey123-questions/survey123-power-automate-trigger-issues/m-p...

0 Kudos