
Hi All, @HenryJammes
I want to use environment variables for Basic authentication(security) in custom connectors. so, I am able to be mapped other environment variables(host_url) in custom connectors successfully.
But I tried to use environment variables while creating the connection with Basic authentication for custom connectors and getting below error.
variable i am using is below mentioned,
@environmentVariables("cr7de_username")
@environmentVariables("cr7de_password")
Please Help...
How can use the environment variables in create connection with Basic authentication in custom connectors???