Hi everyone!
I created a Supabase Query Row using a On Page Load event, but the results are only rendered on the Logged in page. On all other pages, the result is not rendered. The Generator Variable returns empty On Page Load. However, if I click on the page the result is rendered.
Generator Variable withdrawList is empty on page load event.
After I click on the page, the load event on the page is "fired" and it gets the result and renders correctly. This behavior does not happen on the main page.