Hello
I have try to setup microsoft flow cosmos db connector to save data (create document) to Azure cosmos db.
During the setup, I have input the db account name and access key to microsoft flow connection copied from Azure cosmos db.
In the microsoft flow cosmos db connector, I can select database and collection name which implied that my Azure cosmos db key is correct and microsoft flow can connect to cosmos db. And I confirmed that this is a read-write key but not a read-only key.
However, when I run the flow, microsoft flow shows the following error.
Unauthorized.
Status code 401
"The input authorization token can't serve the request. Please check that the expected payload is built as per the protocol, and check the key being used."
What should I do to solve the authorization issue above?
Thank you very much.