Hi, there
Just wonder if there is a simple selection of files/folders as the inbuilt browser in some actions.
Interacting by tapping a folder, going one level lower, tapping .. To lift up one level and select it - without leaving the action.
I don't like to build a files/folder browser from scratch - even I could. (ls command etc. )
regards
Fritz
File/Folder Browser like inbuilt
Moderator: Martin
File/Folder Browser like inbuilt
"You cannot know the meaning of your life until you are connected to the power that created you.”
Shri Mataji Nirmala Devi, founder of Sahaja Yoga
Shri Mataji Nirmala Devi, founder of Sahaja Yoga
Re: File/Folder Browser like inbuilt
Here is an example flow.
- Attachments
-
- flow_Pick_file_folder_20200326_230319.xml
- (11.99 KiB) Downloaded 690 times
Re: File/Folder Browser like inbuilt
Hi anuraag,
Cool
Thanks a lot, I will use this for the actual flow.
If finished I'll drop it under the flows for sharing.
Regards,
Fritz
Cool
Thanks a lot, I will use this for the actual flow.
If finished I'll drop it under the flows for sharing.
Regards,
Fritz
"You cannot know the meaning of your life until you are connected to the power that created you.”
Shri Mataji Nirmala Devi, founder of Sahaja Yoga
Shri Mataji Nirmala Devi, founder of Sahaja Yoga
Re: File/Folder Browser like inbuilt
Hi,
just to mention that is a good idea to have an expression action with
after the activity, which gets the file /folder from
because if the user does not select a file/folder you get an error in the next action.
Anyway, works fine for me,
Regards
Fritz
just to mention that is a good idea to have an expression action with
Code: Select all
operation == "ok"
Code: Select all
android.intent.action.OPEN_DOCUMENT_TREE
Anyway, works fine for me,
Regards
Fritz
"You cannot know the meaning of your life until you are connected to the power that created you.”
Shri Mataji Nirmala Devi, founder of Sahaja Yoga
Shri Mataji Nirmala Devi, founder of Sahaja Yoga
Re: File/Folder Browser like inbuilt
Yes. It's required. But as mentioned it's an example flow. I just quickly shared flow as i have already using this.
Re: File/Folder Browser like inbuilt
Hi,
my last post was meant especially for those who are like me no professionals
Thanks for helping me out,
Regards
Fritz
my last post was meant especially for those who are like me no professionals
Thanks for helping me out,
Regards
Fritz
"You cannot know the meaning of your life until you are connected to the power that created you.”
Shri Mataji Nirmala Devi, founder of Sahaja Yoga
Shri Mataji Nirmala Devi, founder of Sahaja Yoga