Hello,
is it possible to insert a pause of about 30 seconds or 1 minute between rule 1 (print a PDF) and rule 2 (move the PDF)?
So that the printing process can be completed.
With kind regards
Peter Schulze
Moderator: Mr_Noodle
Mr_Noodle wrote:Do these need to be in separate rules or can they be actions in the same rule?
sleep 5
Mr_Noodle wrote:If they are in the same rule, you can add a Run shellscript action in between that has the following:
- Code: Select all
sleep 5
That will pause for 5 seconds. Modify as needed.