How can I get the value of a variable in a global function?
✅1
Erik Beuschau
1 year ago
Global formulas don't have access to the scope of any single component (where variables live). Instead, you will need to pass in your variable as an argument/input for your global formula