Is there a Bubble-recommended way to have workflows and behaviors vary by environment? For example, let’s say I want the system to email me every time a new user signs up in the Live Production site, but I don’t want those emails to be sent when sign-ups happen in the Development environment.
I currently have an option set called Environment with two options: Development and Production. I then have a table/data type called System Configuration with an Environment field/column. Conditional statements throughout the app can ‘do a search’ against my System Configuration table’s first item and grab the environment to inform logic. It works, I’m just wondering if there’s a better way before I do more of it this way. Thanks!