Reset Dirty Data Status

The Reset Dirty Data Status action is used to reset the Dirty Data status of the scope (application, fragment, flow, page) that the action is used in to 'notDirty'. The Dirty Data status of a scope changes from 'notDirty' to 'dirty' when one of its tracked variables has its value changed.

This action takes no parameters, and it is used with the Get Dirty Data Status action.

Here's an example of a call to this action:

 await Actions.resetDirtyDataStatus(context, { });