I have an automation where if the clipboard content changes it will run a rich text to markdown Siri shortcut that copies it back into the clipboard. Is there a way to prevent recursive triggers or stop it from retriggering by ignoring the clipboard for a few seconds?
Right now, I'm using holding down fn to achieve the desired result, but I would prefer if I didn't have to.
There're "Disable Clipboard Observation (Clipboard Manager)" and "Enable Clipboard Observation (Clipboard Manager)" actions, maybe you can play with them to achieve what you want?
Just FYI: these actions were accidentally hidden in the last stable version. They are back in the current alphas. But it depends on your exact setup whether they will be able to help. You can try to run the "Disable Clipboard Observation (Clipboard Manager)" before your shortcut followed by a "Execute Action Sequence After Timeout", which then runs the "Enable Clipboard Observation" again.