I've started encountering a new error in one of my flows today, it occurs when using the Fetch updates, changes, or deletions from feature layer
It says the action succeeds but the output gives me:
{
"message": "Request-URI Too Large",
"success": false
}
So I figure it's because of a bulk update yesterday to a bunch of the features, which I'm guessing is exceeding the number of features this action can return in a single query, but the question remains, how do I fix this issue? Either having it run multiple times to return all of them, or have it skip a bunch of the one's that were edited a certain time frame ago?