Property that gets the value of an application configuration for each logged in environment.

Today, I have an activity that contains several steps. I created an application configuration that stores the clientID credential for each environment. In the activity, I created a parameter called “application” to specify which application configuration I want to access. In one of the steps, I need to get the value of this credential, also identifying the environment I am in, and pass it to another parameter.

Is there a value property that can help me in this scenario?

Hi @RianR16760663: Hope you are referring to configurations in application (App studio → settings → configurations). In this case, expression builder will have a options when you browse (as Functions, properties and Configurations). Navigate through the Configurations to select your respective configuration created.

Thanks.