Disabled environments in the workflow

I’m having trouble selecting any environment other than the default one in my workflows. After reading through some threads, I understand that this issue might occur if certain resources aren't configured for custom environments.

Currently, I’m only using the default REST API resource, and I’ve deleted all other resources. However, I’m still unable to choose a custom environment.

Could you please advise on how to resolve this?

Thank you for your help!

Screenshot 2024-09-25 at 12.06.27

Hello @Andrej_Kurocenko and welcome to the forums!

I believe you need at least one resource in your App configured to use the environment you require. This linked post summarizes the issue pretty well.

You should:

  • Create a single REST API Resource that is configured for the staging and dev environments
  • In your app, create a new query that uses this newly created Resource (even if it is not yet configured for your specific API)
  • Check the environment switching menu and hopefully see that you can select the other environments.
1 Like

oh, ok, that worked. Thanks for clear explanation!

1 Like