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 for Android
I have two flows. I switch from the first to the second with "flow start". In the second flow I write a .csv file with variables, but I can't find the variables of the first flow. What should I do?
Henrik "The Developer" Lindqvist
unread,
Jun 28, 2025, 1:57:08 PM6/28/25
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 for Android
Different flows do not share variables. Flows can use the Payload fields to pass variable values from an Flow start block in one flow to the Flow beginning block in another.
bargiolla
unread,
Jun 28, 2025, 4:23:33 PM6/28/25
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 for Android
can i ask for an example? my project is big. only the first flow is 280 blocks.
Henrik "The Developer" Lindqvist
unread,
Jun 29, 2025, 8:13:51 AM6/29/25
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 for Android
Flow 1:
Flow beginning: Payload=payload
Toast show: Message=payload
Flow 2:
Flow beginning: Title= Start me
Flow start: Flow URI=<click to pick Flow 1>, Payload="Flow 2 sent this"
The start Flow 2
bargiolla
unread,
Jun 30, 2025, 7:32:27 AM6/30/25
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