how to write *.txt file to the clipboard
Moderator: Martin
-
- Posts: 31
- Joined: 31 May 2018 09:18
how to write *.txt file to the clipboard
How to wraite *.txt file directly to the clipboard?
- digitalstone
- Posts: 342
- Joined: 21 Oct 2017 12:36
- Location: The Netherlands
Re: how to write *.txt file to the clipboard
Well there is an action called: "Copy Text To Clipboard".
My gut says that you should take a look inside that
My gut says that you should take a look inside that

Phone: LG Nexus 5X (rooted vanilla Android 7.1.2)
-
- Posts: 31
- Joined: 31 May 2018 09:18
Re: how to write *.txt file to the clipboard
not work
- Attachments
-
- flow_txt_files_copy_to_clipboard_one_by_one_20180602_223505.xml
- (1.44 KiB) Downloaded 671 times
Re: how to write *.txt file to the clipboard
Hi,
You can use an action Init Variable Text File to read the contents of a file into a variable with name file_text and then copy the content to the clipboard using action Copy Text to Clipboard and Text {file_text}.
Regards,
Martin
You can use an action Init Variable Text File to read the contents of a file into a variable with name file_text and then copy the content to the clipboard using action Copy Text to Clipboard and Text {file_text}.
Regards,
Martin
-
- Posts: 31
- Joined: 31 May 2018 09:18