No one is the same
There’s no “wrong way” to build a workflow. Every organization has their own best practices for processes and their own way of running things.Start small
Flow Building is meant to be a straightforward and intuitive process. We generally recommend starting with smaller Flows and picking processes that may seem small, but have the largest impact with your team. Find the little things that add value for the team and begin there. A simple example is a Flow that simply launches a web page that your team has to go to. A cool tip is that you can insert variables into the URL. So if you want to search Google for the ticket description, you could have something likehttps://www.google.com/search?q=<%= zendesk_description %>
. This will take the ticket description and search that value in Google.