I have a workflow attached to the click event of my "Update note" button, which should first update a register in my Supabase table (Call: Update Note) and then a select to refresh the data which populates my list of repeating elements (Call: All Notes), to avoid discrepancy. But after several tests and after including a debug status message I discovered that when I click the "Update note" button, sometimes (randomly) only the first call is executed so the register is correctly updated in my Supabase table, but not reflected in my repeating list, and I need to click for a second time in order to have the second call executed and my list updated. What am I missing?