Reverting/Undoing back Actions after few Hours or Days

Hi,
Is there a way to revert back an action after couple hours, currently you can undo an action right after clicking submit button, but can we revert after few hours or after a day.

Hi,

It’s difficult to fully ‘undo’ an action once it has been executed due to possible side effects (maybe an automation has seen the object change and already made other changes). This means that you essentially need to create your own ‘undo’ action. You can enable action logs on the original action to make this slightly easier, but you ultimately will need to encode the right business knowledge to unwind the changes of the original action.

If this is something you want to do a lot, it might be worth looking at scenarios, which would allow you to stage changes to the ontology (and evaluate models etc) without fully committing the changes yet. You can also save the scenario which can be useful for approval workflows where you want a manager signoff or something like this before applying many actions.