• Rachel King 1
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I have access to the pilot of the Trigger Flow tool and am just trying to set up the simplest trigger flow possible.

The flow is comprised of a single element, a record update, which is just taking the record ID from the trigger flow as a variable and setting a new field to 2.

User-added image

However, I keep getting the following error:
Encountered unhandled fault when running process Solution_Specialist_Assignment/301U0000000H2QR exception by user/organization: 00DU0000000J4OM/{4}

; nested exception is:
common.exception.ApiException: An unexpected error occurred. Please include this ErrorId if you contact support: 2136417830-25505 (-548403183)

caused by element : FlowRecordUpdate.Record_Update

caused by: ; nested exception is:
common.exception.ApiException: An unexpected error occurred. Please include this ErrorId if you contact support: 2136417830-25505 (-548403183)

Salesforce Error ID: 2136417830-25506 (1246647293)

What am I doing wrong?