I’m trying to update this script to update record success list11, reload list6 (both lists are the new list blocks, and on a page with the new tabs). List 6 is correctly updating when I manually refresh the page after one-click-update action on list 11 is successful.
Thank you, I have tried that as well, and it still doesn’t seem to be updating. I had removed the ‘block’ portion as some of the posts on this thread seemed to indicate that was necessary if using the new list blocks.
I have a similar issue where I need automatic page reloads upon button clicks, but this code not working as I’m sure I’m missing some important logic. Any help here most appreciated!
Currently when I click the “Favorite” button on a card in the “Grid View”, the card gets added to favorites via Airtable API automation. However, the card doesn’t appear in “My Favorites” tab (list3) until that page is reloaded. Likewise, when I click the “Remove” button on cards in “My Favorites” tab (list3), the card continues to show until the page is reloaded, at which point the card is visually removed.
I tried putting this code in the Page → Settings → Custom Code → Header but I assume I’m missing some logic.