Can we access the current environment in which we are using the application?

I want to conditionally display text based on the environment in retool application

{{retoolContext.environment == 'staging'}} or whatever your environment name is

2 Likes

Thanks . This works