I am writing a blueprint that will have many function. One of the optional functions is to rotate an image background every 10 minutes (or user defined time). It is optional so I would like a trigger that will trigger every 10 minutes but only if the user enables the option from the blueprint.
I do not think I can do this with the normal time trigger without using a condition down line. That isn't great as users who do not want the trigger will still see this automation being triggered even if the rotation is not happening. Can a template trigger be used instead? If so, how would it be written so that it fires every X minutes?