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-23-2024 12:40 AM
Use if else condition to define when to insert and when to update in script logic.
☑️ 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:57 AM
The update should happen via flow not in BR