Is there a way to find all drafts that has used a specific action? For instance can I find all drafts that has used “Google search” to find my “search history”?
The list of actions is held in each drafts action log which could in theory be cross-referenced against a draft version. But, I haven’t seen a way to programmatically read the log.
It would be simple enough to write a log when a particular action is run (by adding logging to the action) that could give you the information for you example.