Duplicate record creation in flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 10:15 PM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 10:44 PM
your requirement is not clear.
can you explain your business requirement along with screenshots of what have you done so far?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2024 11:29 PM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:30 AM
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....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:34 AM
@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?