I'm using Automate 1.53.1 on a Samsung Galaxy A14 5G running Android 15.
I'm trying to use the Battery level? block to trigger an HTTP request whenever the battery percentage changes.
My flow is simply:
Flow beginning --> Battery level? --> HTTP requestThe Battery level? block is configured as:
Proceed: When changed
Min: 0%
Max: 100%
My understanding is that when the battery percentage changes, the block should continue to the next block. However, that never happens.
I verified that the battery percentage actually changes, but the HTTP request is never executed. If I remove the Battery level? block and connect Flow beginning directly to the HTTP request, it works and I receive the email.
The execution log only shows:
Flow beginningand nothing after that.
Am I misunderstanding how Battery level? is supposed to work, or is this a known issue on Android 15 or Samsung devices?
Thanks!