Add an extra action to the 'save' button

Is there a way to trigger an extra action as soon as a record gets saved? I have a button that when clicked performs an api call to an external app, but clicking it is often forgotten by users, plus its an extra click (nuisance) for them. So I’d like to know if I can add the extra action performed by the custom button click to be executed whenever the ‘save’ button in a record is clicked. Can this be done?

If it’s the action button designed with our update value on another sheet feature, you can configure it to be auto executed from advance setting in this feature configuration.

For the others, you will need to write some post workflow to achieve it, and here is our Javascript documentation for your developers to refer to: