This is great, thank you @samliew ! The issue I am experiencing is that the resulting feature report from Survey123 is not attaching to the feature on ArcGIS Online after the scenario runs. I suspect its either how I have the HTTP module setup to POST to ArcGIS Online, or its a setting in the actual feature layer on ArcGIS Online.
I have attached the Blueprint that was exported from the scenario.
blueprint.json (85.3 KB)
I have also downloaded the output bundle for the last HTTP module. It is below.
[
{
"statusCode": 200,
"headers": [
{
"name": "content-type",
"value": "application/json; charset=utf-8"
},
{
"name": "content-length",
"value": "72"
},
{
"name": "connection",
"value": "close"
},
{
"name": "date",
"value": "Tue, 06 Feb 2024 13:43:22 GMT"
},
{
"name": "cache-control",
"value": "no-cache"
},
{
"name": "pragma",
"value": "no-cache"
},
{
"name": "expires",
"value": "-1"
},
{
"name": "vary",
"value": "X-Esri-Authorization"
},
{
"name": "request-context",
"value": "appId=cid-v1:02d88829-cd35-4b36-83db-f89bb9f85514"
},
{
"name": "x-arcgis-upstream",
"value": "us1h01c00"
},
{
"name": "strict-transport-security",
"value": "max-age=63072000"
},
{
"name": "x-arcgis-trace-id",
"value": "000000000000000024a36bb0338e1aac"
},
{
"name": "x-arcgis-correlation-id",
"value": "00-000000000000000024a36bb0338e1aac-b61c20cf68c1fad8-00"
},
{
"name": "x-arcgis-instance",
"value": "i7tdixsfq000000"
},
{
"name": "access-control-allow-origin",
"value": "*"
},
{
"name": "x-cache",
"value": "Miss from cloudfront"
},
{
"name": "via",
"value": "1.1 4eed67f4be7da2537d3407735b8962a8.cloudfront.net (CloudFront)"
},
{
"name": "x-amz-cf-pop",
"value": "IAD55-P4"
},
{
"name": "x-amz-cf-id",
"value": "4iOipLKz8Q2FzPLOWcHWj8uXodqq8iqx6Bs2R2DhPp6hfqJ2uc2n0w=="
}
],
"cookieHeaders": [],
"data": "{\"error\":{\"code\":400,\"message\":\"Invalid URL\",\"details\":[\"Invalid URL\"]}}",
"fileSize": 72
}
]
I am fairly new to Make.com, so I appreciate your patience and assistance with all of this!!!