Hi n8n team,
I’ve completed the Level 2 course Workflow 1 (“Getting data from the warehouse”) but my progress still shows an
for that step.
Here’s what I’ve done:
Copied the exact solution from the “Show me the solution” JSON on the Workflow 1
docs page
The full workflow executes successfully
Region and subregion fields are filled in Airtable and both discord messages are sent
Despite all of this, the step remains incomplete in my progress tracker.
My unique ID: 73e4e41cda30b64613c3631d857f72d3
Could you please manually verify and update my progress?
Thank you!
welcome to the n8n community @Fabio8
i would check is whether your unique id is correctly set inside the set node in the workflow, make sure it matches exactly, then re-execute it since the tracker only updates when the workflow runs with the correct id in place. also worth checking if the http request node that reports progress is actually firing and returning a success response. if everything looks right and it’s still not updating, the n8n team should be able to verify it manually for you. hope that helps!
Hi @Fabio8, Welcome! Consider signing in again in the level 2 course to receive a new URL, as you have said that you have tried all those things. Let me know if the issue persists.
Thank you for the help! had completely missed the unique-id value on the HTTP request node. Fixed now ![]()