Hi all, I'm trying to create a scenario in Make (formerly Integromat), that watches a survey with a webhook. When it gets a new survey, the scenario adds a row to a google doc, makes a report, then uploads the report to a google drive and sends an email.
I have most of the pieces working but the survey123 report module itself is returning a runtime error, an empty result - "[]". The scenario itself is not that complicated and to start I followed this Esri video here - https://www.youtube.com/watch?v=a7pABoinPlM , though I realize this video is getting a bit old now.
I attached a photo with my settings for the module
I believe what I have here for feature objectid is correct. I don't think I need a where clause since I'm only trying to pull in the new survey from the webhook.
I know this could be a make problem but I put in a ticket with them and they showed me the issue in the api response log is just 'there is no record in the query result'. So I am doing something wrong with the objectid selection but I'm not sure how.
Anyone have a scenario going with Make thats creating reports successfully?