On default, new course page doesn't show the first course

I created a course page but on load, the course page doesn’t show the first lesson but everything is blank. Is there a way to update this? I added a screenshot.

How are you fetching the data?

Yes, I created the collection and then have created a trigger so it will fetch the collection on page load. It works when I click on “Introduction” and everything displays properly and in the correct order . However, it doesn’t work on page load and gives these particular defaults.

What is your workflow when clicking on Introduction

If you are changing a variable that is binded to collection you can set a default value that would work with the collection

1 Like

@luka so it works as soon as I click on the introduction lessons. The workflow works after that, it is just on page load that nothing actually appears until you click on one of the lessons. I want to have it automatically show the introduction lesson on page load.

I figured it out! Thanks @luka and @Broberto for checking in!

Could you share what was the problem and the solution? So others can also find it here?

1 Like

Yes! I implemented the change variable we had in place for “on-click” workflow for the on page load workflow.

I removed the answer, as it was a wrong thread.