thedusen
thedusen7mo ago

best way to set variables?

Both sides of this branch add records to the same table... and I need that record later, after the branches end. None of the nodes seem designed for this. I'm using a buildship database to store it now, but it's clunky and slow. What am I missing? Thanks!
No description
Solution:
Hey @thedusen, You can set the Environment Variables and use it across your project. environment variables are a set of user-defined key-value pairs that can be accessed by workflow nodes. While they share similarities with Secrets, environment variables are different in the following ways: - Unlike Secrets, their values can be viewed by users. - They are available at runtime so are quicker to access. - Their ease of access in the runtime makes them less secure than Secrets....
Jump to solution
1 Reply
Solution
Gaurav Chadha
Gaurav Chadha7mo ago
Hey @thedusen, You can set the Environment Variables and use it across your project. environment variables are a set of user-defined key-value pairs that can be accessed by workflow nodes. While they share similarities with Secrets, environment variables are different in the following ways: - Unlike Secrets, their values can be viewed by users. - They are available at runtime so are quicker to access. - Their ease of access in the runtime makes them less secure than Secrets.