Goal: A flow that's been running is no longer working. We need to troubleshoot what's going wrong.
High-level Task: Run a job for the flow, and review any errors that are generated.
Detailed Task:
-
Open the
SampleError.flxflow. -
Run the single branch in this flow file as a job.

- Navigate to the
Jobsreview screen.

Here we see the job that was just ran errored out.
- Click on the "Errors" button to see the specific error.

This error indicates that our source file change; we have fewer columns than expected in it.
- We can update the
Flat File Sourcenode if we expect fewer fields, or can update the source CSV file itself if the missing field should be there.