Hello Martin, In one of my flow I tried to execute root command: dumpsys batterystats | grep -m1 'Screen on:' | awk -F: '{print $2}' | awk -F" " '{print $1,$2}' but here AM also had problem with { sign and tried to interprets {print as some unknown variable For now I am using other command, but it w...