An OmniStudio Developer is designing a crucial update process that involves a Remote Action to calculate complex metrics, followed by a Data Mapper Load Action to save the result. If the Remote Action fails, the entire transaction, including the Data Mapper Load if it somehow executed, must be considered a failure and the transaction rolled back. What is the most robust way to ensure this transactional integrity?
Submit