HI Everyone,
I am using the Cosmos DB Connector's Query Documents action and am getting this error:
"code": "BadRequest",
"message": "Message: {\"Errors\":[\"The collection cannot be accessed with this SDK version as it was created with newer SDK version.\"
Here is a little more background:
- Connecting to a Core SQL Cosmos DB Instance
- Throughput has been applied at the Database level instead of the Collection level - Not sure if this matters or not
- Are attempting to query an Accounts collection within the database

Has anyone seen this error? Let me know if there are any other details I could provide that would be useful.
Thank you!
Sean