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
VSK98VSK98 

I have created the Visual Flow , after run i got the error

Hi,

I have done one visual flow ,output is just create a test record in custom object........But i got error 



User-added image

Could anybody expalin the how to debug 
Vivek DVivek D
You might have got a email about the error that will probably explain it in more details. Or you can paste here for further details
VSK98VSK98
An error occurred at element TestRecord (FlowRecordCreate).
INSERT --- INSERT FAILED --- ERRORS : (DUPLICATE_VALUE) duplicate value found: SetupOwnerId duplicates value on record with id: 00D90000000zS3C, 
This report lists the elements that the flow interview executed. The report is a beta feature.
We welcome your feedback on IdeaExchange.
Flow Details
Flow Name: TestFlow
Type: Flow
Version: 2
Status: Inactive
Flow Interview Details
Interview Label: TestFlow1 27/4/2016 8:52 PM
Current User: siva kumar (00590000003L0bm)
Start time: 27/4/2016 8:52 PM
Duration: 0 seconds
How the Interview Started
siva kumar (00590000003L0bm) started the flow interview.
RECORD CREATE: TestRecord
Create one Example1__c record where:
Phone__c = 99999999999999
Website__c = {!Feedback} (null)
Result
Failed to create record.
Error Occurred: INSERT --- INSERT FAILED --- ERRORS : (DUPLICATE_VALUE) duplicate value found: SetupOwnerId duplicates value on record with id: 00D90000000zS3C,

 
veda Hebbarveda Hebbar
Hi VSK98,

In flow may be you are trying to insert duplicate records. So, flow is throwing an exception.
For example,
1. Consider Test1 usnique field is present in account.
2. We have inserted Acc1 record with Test1='abc'.
3. While inserting Acc2 with Test1='abc' 
duplicate record error will be displaed as Test1 field should be unique.

For more information you can refere this link (http://salesforce.stackexchange.com/questions/79799/how-to-debug-the-mysterious-duplicate-value-found-unknown-duplicates-value-o)1, link2 (https://developer.salesforce.com/forums/?id=906F00000009A3jIAE), 

Thanks,
Veda
veda Hebbarveda Hebbar
Hi VSK98,

Are you able to solve the issue? If yes, please select best answer.
If now, Please let me know if you need more information or help on this.

Thanks,
Veda