#✅ Can I create a global variable in a flow?

5 messages · Page 1 of 1 (latest)

hexed zinc
#

I have a series of chained flows, but I have a need to retain some data throughout each flow. Can I create a global const so that I can use it anywhere in the flow and just pass it from flow to flow with the last payload, or am I stuck with $last?

junior fiberBOT
#

Thanks for posting! This is a community powered server, so you may or may not get an answer based on available help and expertise. To increase your chances of somebody being able to help you, please help us help you making sure you:

  • Adding an explanation of exactly what you're trying to achieve.
  • Adding any and all related code or previous attempts.
  • Describing the exact issue or error you are facing.
  • Posting any screenshots if applicable.
  • Reading through https://stackoverflow.com/help/how-to-ask.

When you're done with this thread, please close it. Thanks! ✨

(If you have a support agreement and need help, please contact the core team via email.)

young sequoia
#

You can access any operation’s data in the data chain by using the id of the operation

junior fiberBOT
#

✅ Can I create a global variable in a flow?

junior fiberBOT