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 want to back up every FLO that has changed or was created since the previous backup. How can I check if a FLO has changed since the last backup?
Henrik "The Developer" Lindqvist
unread,
Jun 19, 2025, 8:51:18 AM6/19/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
There's no official feature to do so, but possible by using the Content query block with Content URI=content://com.llamalab.automate.provider/flows, and Columns=_id,last_modified
Pete
unread,
Jun 19, 2025, 11:19:24 AM6/19/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
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
Updated the linked flow to check the "last_modified" time stamp as per Henrik's comment so it reduces the number of saves triggered by the content changed block.
Pete
unread,
Jun 20, 2025, 3:52:38 PM6/20/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
Just a note...I think the flow used to work with the content changed block monitoring the flows uri without checking the "last_modified" field every time but now Automate updates the flow table every time the flow editor is exited even if the flow has not changed, probably because the view state is being saved each time.