Questions tagged [duplicate]
A duplicate is an identical copy of an object. Duplicates are typically determined by object name, though their content may be different.
74 questions
0
votes
1
answer
124
views
How can I make sure a calculated value is unique within a sharepoint list
I have a list with different columns, those columns at the end output a final column that is calculated concatenating those column values.
I want to make sure that, when someone creates a new item in ...
0
votes
0
answers
1k
views
Eliminate duplicate flow run in power automate
I am facing unbearable problem with the flow in power automate. Previously my flow worked perfectly without any problem. But recently, all of my flows keep running twice every time after the trigger ...
2
votes
0
answers
464
views
SharePoint Files Synced to OneDrive twice on computer
I was moving files from one site to another and an error displayed regarding the file name length. It said something about OK to shorten name and the next thing I know it's rearranged everything in ...
0
votes
1
answer
242
views
Highlighted Content Webpart showing Duplicate Files
My colleague has a hub site with a series of related SharePoint sites. On one site he has added a highlighted content web part to show policy documents stored in a document from one of the other sites....
0
votes
1
answer
1k
views
Filter array of objects based on multiple properties/conditions
I have 5 items in a list that is being retrieved and stored in an array using RestAPI.
The end goal here is to filter the array of objects based on 4 conditions(4 columns). 2 List items have the exact ...
1
vote
1
answer
354
views
Duplicate files - SharePoint - Checking for same content
I'm building a small form for what is to be a simplified document system. I'm working with two lists, where the first is a list of all documents in a directory each with a unique ID and the other list ...
0
votes
1
answer
404
views
Count duplicate entries SharePoint
I need a little help please.
I'm using SharePoint 2013, with no SharePoint designer (disabled by the administrator).
I have a list, in which we have duplicated entries in a column named Title. I need ...
0
votes
1
answer
72
views
Can we create a duplicate of our site collections
We have a SharePoint online classic team site which contain 60 sub-sites and 2 levels of sub-sites. and i want to create a copy of this site collection to use it as a test site. but i am not sure what ...
0
votes
1
answer
66
views
Duplicate or Copy publishing pages (Pages document library)
I want to duplicate an existing WebPart page from the Pages document library (Publishing feature enabled). I have found a no-code Sandboxed solution (NCSS) which can enble this functionality in ...
1
vote
0
answers
186
views
how to duplicate pages in SharePoint
I am trying to copy page layout from one sub site to another. It contains web parts and also from the context menu this page layout contain duplicate options for creating multiple pages quickly (...
1
vote
1
answer
223
views
How to duplicate item multiple times based on value?
I want to duplicate a newly created item multiple times based on the users input of how many. In SPD, I know how to create a single duplicate but how does one go about creating multiple duplicates ...
1
vote
1
answer
41
views
How do I delete a new page created by another user who hasn't checked it in?
A user has created an aspx page, but not checked it in.
Only discovered when trying to create the page again (with same name) - it won't let us, because the page already exists.
Is there any way to ...
0
votes
1
answer
36
views
Doubled up approval tasks for a document
I have a reusable workflow that is being used to approve a document content type (named SWIS). When a document is submitted for approval it is created double the normal number of approval tasks. ...
1
vote
1
answer
275
views
How to remove duplicates documents from Content Query
Having difficulty removing duplicate documents within Content Query.
So far...I have inserted a Content Query Web Part from Content Rollup, SharePoint 2013. This pulls data from a number of different ...
0
votes
6
answers
4k
views
Removing Duplicate Value in Rest Api
I have a small requirement where in i need to remove the duplicate values from the array that i am getting.
Overview
In the below code, what i am trying to do is to get top 1000 employee names(Should ...