MongoDB connection string - support 'mongodb+srv' format

Current MongoDB connection (MongoDB – Latenode | Help Center) is only supporting a simple ‘vanilla’ case. Where MongoDB is running on the default port and connection string requires no additional parameters.

In the real world, we should be able to use MongoDB connection string as outlined in MongoDB docs:
mongodb+srv://[username:password@]host[:port][/[defaultauthdb][?options]]
(https://www.mongodb.com/docs/manual/reference/connection-string/#std-label-connections-dns-seedlist)

For example, the current implementation does not allow for a connection to Azure Cosmos DB.

Or an alternate route to implement mongodb:// connection string.