このヘルプを読んでもよく分からん。
Lookup field in flow throws error: 'An unhandled fault has occurred in this flow'
未解決
解決か?
必須フィールドに値がセットされていない。
I used Custom Metadata Types (CMDT) to automate fields updates and populate some field values. It works fine in the DEV1 org, but when I deployed the Flows and CMDT to DEV2, I am getting an 'UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this error Id if you contact support: 1864777442-209431 (1156755792)'. No other information.
I finally was able to isolate the issue. For everyone's knowledge, I will explain.
There was an existing Subflow, that was triggered by Process Builder before. We converted those Process Builders, in to a combined Record Triggered Flow, and the subflow was also included. The subflow was set to run 'System Context with Share - Record Level Access Enforced' which unfortunately a Record Triggered flow cannot trigger! I have changed the context to 'User or System Context - Depends on How the Flow is Triggered' and that resolved the issue.