I have some constants that I would like to be available globally, especially for calculated fields.
Use case example.
We tracks some expenses, subscriptions etc in CLickUp. Not all are billed in local currancy, some are in USD. So I want to have an exchange rate variable that can be set somewhere and then be used in calculations.
Example
Local Currency Amount = field("USD Amount") * constant("USD ZAR Exchange Rate")