flo export

172 views
Skip to first unread message

smart...@gmail.com

unread,
Jul 15, 2018, 5:34:02 PM7/15/18
to Automate
Hİ,
I have a lot of flows and I update always. I want to save them as different *.flo files. It takes a lot of time as "share/sd card" one by one. I want to make a different flow for this. Is it possible? How can I do it? 

Note: I want to save *.flo files separetely one by one.

Henrik "The Developer" Lindqvist

unread,
Jul 15, 2018, 9:10:47 PM7/15/18
to Automate
  1. Content query block on URI content://com.llamalab.automate.provider/flows to enumerate all flows
  2. Content copy block on URI content://com.llamalab.automate.provider/flows/<id> with _id from the from the query

smart...@gmail.com

unread,
Jul 16, 2018, 3:03:37 AM7/16/18
to Automate
Thanks for the quick response. 
Unfortunately, in the "content copy" block, I'm getting this error:

"java.io.FileNotFoundException: No files supported by provider at content: com.llamalab.automate.provider/flows/5"

(5 = Flow id)


16 Temmuz 2018 Pazartesi 04:10:47 UTC+3 tarihinde Henrik "The Developer" Lindqvist yazdı:

Henrik "The Developer" Lindqvist

unread,
Jul 16, 2018, 4:07:50 AM7/16/18
to Automate
Oops, forgot. You should append /data
content://com.llamalab.automate.provider/flows/<id>/data

smart...@gmail.com

unread,
Jul 16, 2018, 5:09:33 AM7/16/18
to Automate
İt's Ok. Thanks...


16 Temmuz 2018 Pazartesi 11:07:50 UTC+3 tarihinde Henrik "The Developer" Lindqvist yazdı:

Oliver Vázquez Galindo

unread,
Jan 13, 2020, 3:29:22 PM1/13/20
to Automate
Hello, I'm trying to do the same thing, but in the Content query block I'm getting this error: "java.lang.IllegalArgumentException: Blob columns not supported: data".

Henrik "The Developer" Lindqvist

unread,
Jan 13, 2020, 3:37:42 PM1/13/20
to Automate
Your query can't include the the _data column, i.e. you likely just need _id, title

Oliver Vázquez Galindo

unread,
Jan 13, 2020, 5:55:17 PM1/13/20
to Automate
Yes, I just found the table and specified those two columns exactly, thank you very much.
Reply all
Reply to author
Forward
0 new messages