Skip to main content

I used the new feature Custom Error element in my create/update record-triggered flow and when I did a Build Validation for it to be deployed to the higher org, I got the error 'duplicate value' 

 

flow API version is 56.

Has anyone used Custom Error in record-triggered flow and encountered the error 'duplicate value found: <unknown>

If someone can please help?

Thank you

4 个回答
  1. 2023年11月1日 23:25

    We have managed to resolve the issue.

    It was because the sfdx-project.json has a lower version.

    we changed it to the latest version

    "sourceApiVersion": "59.0"

    and the build succeeded.

0/9000