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

3 Likes

Thanks . This works