Skip to main content
swapnar6405
October 4, 2022
Solved

Integration

  • October 4, 2022
  • 5 replies
  • 0 views

Hi,

I am trying to create an Integration object in Appian.

How can I make these parameters dynamic based on the environment.

I would like to pass different parameters based on the environments like DEV, UAT and PROD. All these environments will have different urls.

How can I achieve this.

Best answer by stefanhelzle0001

Let me quickly fing the right spot in the official Appian documentation ...

docs.appian.com/.../Constants.html

5 replies

mikes0011
Brainy
October 4, 2022
  1. please use subject lines more than 1 word when posting here - one word is very uninformative to people browsing topics or searching for relevant topics later
  2. for your question: create an environment-specific constant containing the base URL of the environment in question.  deploy this to all environments and then don't change it.  when assembling the URL used in integrations, you can reference the environment-specific URL in the expression editor for the URL.
swapnar6405
October 4, 2022

Thanks for your quick reply.

Could you please if you have any sample. I am not sure about environment-specific constants creation and usage.

stefanhelzle0001
Brainy
October 4, 2022

Let me quickly fing the right spot in the official Appian documentation ...

docs.appian.com/.../Constants.html

stefanhelzle0001
Brainy
October 4, 2022

There are small editor icons to the right of these fields. Use environment specific constants to store your values.