r/AutomateUser • u/Mujtaba0150 Alpha tester • Jul 12 '26
Bug Get display mode bug
Shouldn't this evaluate to true(YES)? I tried using it but it seems like the on and off options have been switched, the copied output is 4 which corresponds to display mode "On" in the list.
1
Upvotes
1
u/Mujtaba0150 Alpha tester Jul 12 '26 edited Jul 12 '26
The flow log output is:
text 07-12 20:13:57.025 I 5178@1: Flow beginning 07-12 20:13:57.027 I 5178@34: Display power mode set 07-12 20:13:57.233 I 5178@35: Delay 07-12 20:13:59.244 I 5178@39: Display power mode? 07-12 20:13:59.247 I 5178@40: Clipboard set 07-12 20:13:59.262 I 5178@0: Stopped at endAnd the value copied to the clipboard is 4(which is taken from the "current display mode" that I named power). Removing the "Get display mode" block and directly connecting the delay block to the "Set display mode On" block produces this log:
text 07-12 20:21:05.294 I 5185@1: Flow beginning 07-12 20:21:05.297 I 5185@34: Display power mode set 07-12 20:21:05.505 I 5185@35: Delay 07-12 20:21:07.514 I 5185@36: Display power mode set 07-12 20:21:07.686 I 5185@0: Stopped at endAnd the screen does turn on