Need Serverless Event for App Settings Save Action

Hi Team,

We have developed a custom app where the afterAppUpdate event was triggered whenever changes were made to the app settings, specifically when the Save button was clicked.

However, after upgrading to the latest platform and Node.js version, the afterAppUpdate event is no longer being triggered.

Since we are using a custom iparam page, we are unable to use the standard events for capturing parameter changes.

It would be helpful if there is any serverless event available to capture the app settings save action.

@Developer-Platform I connected with the customer for the above issue. We have an afterAppUpdate event, which will be triggered only when the user upgrades the app from version 1.0 to 2.0. But the customer is looking for an event where they can capture the details whenever the app settings are edited. When I check the documentation, we don’t have that event, and I provided the alternate solution to them. Can we check the feasibility of adding a new event?