Action " File to Variable "

The HTML get still can't store some website's full data so it'd be nice if this feature will be brought in macrodroid instead.

What do I mean by file to variable:
An action to store a file's data ( .html, .txt, .xml, etc. ) to a local or global variable.
 

Jacob L

Moderator (Lawsonator)
An action to store a file's data ( .html, .txt, .xml, etc. ) to a local or global variable.
In shell script action: cat /storage/emulated/0/test.txt

create a local variable and tick save to stiring.
 
Top