Duplicate record creation in flow

ARAVINDA11
Tera Contributor

@Ankur Bawiskar  @Community Alums @Sohail Khilji @Maik Skoddow  or anyone please help

 

I have a flow step which will check the rest action and trigger the flow daily basis with the creation record action

so if in the Case how can i stop duplication record creation for example

 

next day same Number is update with some field

I need to update only those field value in servicenow it should not create another record with the duplication in servicenow

6 REPLIES 6

Ankur Bawiskar
Tera Patron
Tera Patron

@ARAVINDA11 

your requirement is not clear.

can you explain your business requirement along with screenshots of what have you done so far?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar  How can I prevent on duplicate record creation in flow to the table

Also how can I handle update to specific field is updated to the record i can handle to update only those record

ARAVINDA11_0-1716445791591.png

 

 

Hi @ARAVINDA11 

 

You can create a business rule on insert to avoid duplicate record insertion.


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

@Sohail Khilji  I know this is another way ! ok imagine if i create duplicate record prevention it wont create any record!

 

also that If i want to update field level value how can I achieve this?