function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PseudodarwinistPseudodarwinist 

cannot execute flow trigger

Error:
No payments modified as there was error in updating at least one of the payment records Payment: null, Field: null, Status: CANNOT_EXECUTE_FLOW_TRIGGER, Error: We can't save this record because the “Actualiza estado de los pagos” process failed. Give your Salesforce admin these details. This interview has been terminated as another interview in the same bulk execution request failed with the following error: <b>An unhandled fault has occurred in this flow</b><br>An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information. Error ID: 136850606-200269 (-1923792723)

Actual Process is We send the payment to banks through an external online integration.So once payment is done to Clients, external integration makes an update in the payment status in Salesforce but they are receiving the above error.
Please, Any immidiate help is appreciated.
Raj VakatiRaj Vakati
Can u check in debug logs ? why its failing ?or is there any isuse with your payment API
PseudodarwinistPseudodarwinist
Hi @Raj Vakati ,
It is the external Payment system who is reporting this error.When they try to update the payments, they are eceiving the above error.