In this instance, I have implemented a user input switch for slow and fast options.
I introduced a variable to be saved as a text at the end of my code line, allowing the value to be saved in another variable.
When the process runs again, the current value can be compared with the previous one. Actions will only occur if the value changes; otherwise, the process will skip them.
Cheers