Maurus
02/12/2025, 10:39 AMtesting
vs production
)? Do we just create blocks with the env name as a prefix? Is there an easy way of injecting these in our flows, or should we dynamically construct the block name by concatenating the env + the block name? Is there some common practice for this?Bianca Hoch
02/12/2025, 7:05 PMshould we dynamically construct the block name by concatenating the env + the block name?IMO, this sounds like the best option for keeping block names consistent. You could create the blocks in code, and template out the names by pulling in the environment name as a prefix.