Hi I am accessing Sharepoint list items using Http action.
I added the bearer token as Authorization header .

When the flow runs it failed and throw this error :
{
"error": {
"code": "-2130575338, System.ArgumentException",
"message": {
"lang": "en-US",
"value": "Item does not exist. It may have been deleted by another user."
}
}
}
that also happens using postman.
If I used "Send HTTP request for sharepoint" action everything will work correctly without bearer token.
Regards,