Refresh after Update record

Perfect, thank you :man_bowing:

PS Had not realised there is a modal for each item! added this to the script to change modal title.

document.getElementsByTagName('h2').forEach(function(e){
 e.innerHTML='Remove from dashboard';
});
1 Like