Blynk Automation "is greater than or equal to" Problem

Hi,

I want to control ph via Blynk automation. I want to run the ph lowering pump at certain time intervals until it reaches the target value, by taking the ph value that I read from the ph sensor and displaying it on the Blynk as a reference. I also do not have a problem reading the ph value via blynk.
However, after setting the automation higher or equal to the value I set, the automation only runs once and stops. What should I do as a solution to this issue, I am waiting for your help.

Don’t use automations if you want a live process, do it in code instead.

Pete.