I'm standing on the hose right now. I have a save button in my app.
In my app I have a save button and a yes / false field. Currently is as follows:
If the Yes / No field is set to "false", Formula 1 expires. If it says "Yes", Formula 2 expires. These formulas are all stored behind the save button.
But my intention is the following:
If the field is on "false", then call the formula 1 from the central memory or from the variable. If the field is set to "yes", then call formula 2 from the central memory or from the variable.
So I have all formulas in one place and don't have to search through the whole app, where the same formula may be stored again.