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?