Hello,
I’d like to show the users a drop down list when they are setting their connection and based on their selection to set two “global variables” each will contain a URL.
I tried to
- set the value to an attribute on process.env
- set the value to an attribute on bundle.authData
- created computed fields and set the value during the authentication phase
none of these worked for me.
What’s the best way to achieve it?
Thank you,