@Sundeep_Malik Apologies for the bad explanation. I will try to explain clearer in this post.
For the main objective of this flow, I want to send an automated email to my colleagues with options "Yes" and "No" for them to respond to. The default value of the email option when not replied would be "Check" (As seen from the Status column).
The purpose of this specific flow is that if my colleagues did not respond within 1 day (I am using scheduled automate flow for this to be performed every 24 hours), the Status column would still be "Check" and the Counter column will increase from the default value of 1 to 2 and so on, increasing the value every time that they did not respond to my emails (So I can track how long they have not been responding to my emails and taking actions accordingly if it exceeds a certain limit) until they responded to me would then the Counter stop. The problem with Sharepoint is that it does not recognize Numbers as Integers so I had to convert from a "Single Line of Text" format (Used to store Counter) to Integer with the use of some Variable/Compose formula. Below attached are the flow explanation that I am trying to do and basically after retrieving the "Counter" value in Sharepoint, Automate will increase that value by +1 and convert it back from integer to string and update it into Sharepoint accordingly.

I hope this explanation helps even slightly! Hope to hear from you soon.
P.S according to your question, this flow would be running once per day via a separate scheduled email sender so it shouldnt be a problem stopping the flow. The flow will always be triggered daily until my colleagues replies to my email with options.