In this guide, we will go over how to use Flow Traces.
Step 1 - Go to Components
First we need to head to the components page, you can do this by clicking the Components button in the sidebar.
Step 2 - Select Flow
Next you want to select the flow that you want traces for, do this from either the components page or sidebar.
Step 3 - Open Flow Menu
Next we want to open the menu where we enable traces by clicking the three dots at the the top of the flow editor.
Step 4 - Enable Traces
Next we want to enable traces for that flow by clicking the Record Traces button in the drop-down menu.
Step 5 - Go to Analytics
Next we want to head over to the analytics page, we can do this by selecting the analytics button in the sidebar.
Step 6 - Open Trace
Next we want to run the flow by either causing the trigger to execute naturally or by manually executing it. After this you should see that we have a analytics entry with a blue event id, we need to click on this to access the trace for that flow execution.
Step 7 - Trace
You should now be in the flow trace page where you can see a breakdown of what the flow did and how long it took. You also get a breakdown of each blocks inputs and outputs. This is very useful when trying to debug a problem with a flow.
Conclusion
You should now know how to enable Flow Traces and view them.