Best way to link workflows together? I am hoping to have a workflow, kick off another workflow (or a few). Right now, I have been trying to add a tag, then the second workflow sees the update and then checks for the tag. The problem is “System” changes aren’t registering as an official update. Are there better ways to link workflows together? Workflow A: Send for approval, after approval adds tag “Provision”Workflow B: Watches for update, if update made AND tag “Provision” exist, then provision access. This allows for less congestion, and I could change the tags to send it Workflow A’s result to different workflows.