I'm trying to update multiple Feature Layers from a single Flow.
When I enter a Feature Layer directly and set these options this functions as expected.
However, when I use a dynamic Feature Layer and enter the details as below it fails to update the feature layer as specified
When the Flow runs this action is marked as succeeding but with the below output
{
"message": "Unable to complete operation.",
"error": {
"code": 400,
"message": "Unable to complete operation.",
"details": [
"Unable to perform query operation."
]
},
"success": false
}
Any guidance on this would be very helpful.