Hi
Workflow as of now: ArcGIS Online App, user clicks a polygon and a run button from the poup. The run button calls a workspace and sends the ID from the polygon using a webhook trigger. The scripts runs using the ID from the polygon. This works fine!
But what I need is some sort of confirmation if they intended to run the script, this can't be done via html in the popup. So I was thinking about calling a workspace-app where the user manually have to run the script. So my question is, is it possible to call a workspace app in the same manner as the method Iam using now by sending a parameter to the workspace-app?
If not, can anyone think of another solution?