Redirecting to another collection as a result of Smart Action

Hi @Vasilii,

The /MyProject/MyEnvironment/MyTeam matches with your collection url (in the case of an internal redirection), and should be the URL part just after app.forestadmin.com/.

  • MyProject is your project name, this should not evolve or change a lot in a while, which could potentially be hardcoded IMO.
  • MyEnvironment is agent dependent. My best solution would be to create an environment variable associated to the name you’ve set in your forestadmin UI.
  • MyTeam could be read from the JWT token (More info here)

Let me know if that helps :pray:

1 Like