We have a Google Sheet query which is asking for appsmith.user.email to determine which fields to display. The table is bound to Get_Sheet.data.
When the page is initially loaded, the table is blank. If I manually re-run Get_Sheet.run() I get results. I added a console.log() and the email address is blank when the page initially loads but is visible when I manually run Get_Sheet.run().
Shouldn’t appsmith.user.email be populated immediately when the page loads, before queries?