Is there any way in Automate to view or save the results (output) of an adb shell (privileged shell) command like dumpsys power? I have tried commands dumpsys power > test.txt and dumpsys power > download/test.txt and dumpsys power > sdcard/test.txt, but I cannot find any such file. ADB shell dumpsys power works in Win, and the Automate log shows no errors, so I assume my problem in Automate is on the output side. I cannot find anything relevant on “output” in the Automate documentation or forum.