Relative Content

Tag Archive for azure-logic-apps

Reading values bassed on environment standard logic apps

I am trying to read variable values based on environment in workflow.json. I have a value configured in App settings of standard logic app which is env and this variable will have a value dev, stag or prod based on environments. I need to read the below variable values based on environments and right now I am using @{variables('_Uri')[@appsettings('env')]['G1']} to do that. For some reason, this is not working. I am new to logic apps and trying to learn, would need help with this. Thank you!