Has anyone run a Geoprocessing tool from Integromat? We have created a Python script that runs as a Geoprocessing tool hosted on our Portal. The python script modifies the Survey123 feature layer hosted on AGOL, and fills in the missing and/or incorrect data fields based on value of the "Creator" field. This is necessary because sometimes users were not logged in when collecting surveys, or there are other data fields that need to be filled in that are dependent on their login information, and if they were not logged in when starting the survey then there isn't any data.
So the Geoprocessing tool works great to update/augment the Survey123 data fields, but it would be great if we could call this tool in Integromat before any other items are executed (like creating the document from a feature template).
Has anyone called a Geoprocessing tool from Integromat? I've tried a few different scenarios using the HTTP module and so far cannot get it to execute successfully.