You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate
I'm trying to create a flow as a subroutine to set a variable. I'm trying to use the give and take blocks to pass variables between flows and I can't seem to get it to work.
Can I share variables between flows? And if so, how can I do this?
Tim Hessenmüller
unread,
Feb 7, 2016, 4:00:43 PM2/7/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate
Did you try the atomic variable store and load? This has always worked for me.
Henrik "The Developer" Lindqvist
unread,
Feb 7, 2016, 7:16:03 PM2/7/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate, denn...@gmail.com
Between flows, you'll have to use the File write/read blocks, there's no "global variables".
Between fibers of the same flow, use the Atomic blocks, or Variables give/take block.