How to access Variables of Tenats?

hi,
how to access Common Variables of tenants like tenants-region(Tenant Region,Tenant Region Name,Secondary region and tenant location) to my project variable which is attached to that tenant.

Hi!

Thanks for getting in touch! This part of our multi-tenant deployments guide gives a full end-to-end example of working with tenant-specific variables: https://octopus.com/docs/guides/multi-tenant-deployments/multi-tenant-deployment-guide/working-with-tenant-specific-variables

The general steps are:

  1. Create a variable template
  2. Set the value you want in each of your tenants
  3. Bind something to that variable so your deployments make use of the variable. This is usually done using the #{MyVariableTemplateName} binding syntax

If you are still unsure of what to do from here, please get back in contact and let me know the details of your specific scenario. Some well-formed screenshots would really help me understand your scenario better too!

Hope that helps!
Mike