This was working last week, on an item detail block “one-click” update button. I verified the row in airtable is being updated and the block name/id is correct. Has something changed in the events?
window.addEventListener('update-record-success-intake-task', () => {
console.log('task updated'); // no console log appears :(
window.location.href = '/';
});
I have two other event listeners in the script that are working correctly.