I have stored SQL server credentials(like username, password) in the secrets of azure keyvault. For this, I have created keyvault connector(Get secrets) and SQL server connector(Execute query). But as per requirement I need to add the dynamic SQL server connector who will fetch the SQL server credentials from secrets and try to login.
So is there any way to make SQL server connector dynamic.