Join the Team Forms community

E
R
A
T
C

False Duplicate in SharePoint Data Source

Last updated 4 days ago
D
Damon

Hi,

So, we have already double tripple checked the particular column in our SharePoint Data Source and there is no typo or anything. We even removed it, repasted it, completely certain. And Remove Duplicates is turned on, but in the drop down there is still one duplicate.


How to fix this problem?


Best, Damon

E
Erin Dwyer
Marked as solution

Hi Damon,

The SharePoint data component will compare all columns when detecting duplicates. This means that even columns that are not used in the label property has an effect on a records uniqueness. To resolve you issue you can do the following:

  1. Open the setting to your SharePoint data component and navigate to the data tab.

  2. Expand the "Advanced" section and go to the Fields setting

  3. Select only the columns you want to use. This controls what columns are stored in a response as well as what columns/fields are used when comparing duplicates.

PS: If you want to see a step-by-step guide on this, it is covered in our cascading drop downs video tutorial πŸ™‚

View full solution
E
D
1 commentΒ·7 replies
E
Erin Dwyer

Hi Damon,

The SharePoint data component will compare all columns when detecting duplicates. This means that even columns that are not used in the label property has an effect on a records uniqueness. To resolve you issue you can do the following:

  1. Open the setting to your SharePoint data component and navigate to the data tab.

  2. Expand the "Advanced" section and go to the Fields setting

  3. Select only the columns you want to use. This controls what columns are stored in a response as well as what columns/fields are used when comparing duplicates.

PS: If you want to see a step-by-step guide on this, it is covered in our cascading drop downs video tutorial πŸ™‚

D
Damon

Hi Erin,

thank you for your quick response. I should have mentioned that we are only querying one field only.
That's why we are so sure that there shouldn't be any duplicates when Remove Duplicates is checked.

D
Damon

to clarify even further, maybe this helps:

  1. The list has 21 columns, the column field assigned is Company Name.

  2. In SharePoint the column filter only shows 8 unique values. Which should mean that there aren't any typos or the like, right?

  3. the SharePoint data component shows 9, one being a duplicate.

  4. I just duplicated the list with only two columns, Company Name + Job Titles, I set up the SharePoint data component exactly the same way, with only the Company Name filed selected (in Fields under Advanced) and it works, 8 unique values.

D
Damon

any updates on this? It makes it impossible to release our form


E
Erin Dwyer

Hi Damon,

Unfortunately, it's very hard for us to determine the exact issue without access to your environment. One thing you might be able provide to help us diagnose the issue is the following:

  1. Create a SharePoint drop-down menu (or configure the existing one) to allow multiple. This is available under the data tab

  2. Open the preview tab on the builder screen and select the duplicate options, this means you will see to items selected.

  3. click the "{}" button on the left of the preview tab to get a code preview of the response.

  4. Share the JSON data here in this thread using a code block

Seeing this information may help us diagnose the issue.

E
Erin Dwyer

Another thing to check would be manually refreshing the data-source to see if that resolves the issue?

D
Damon

Hi Erin,

We had tried the manual data-source refresh before we contacted you here, so that didn't resolve it.

But looking at the JSON as you said showed us the problem. One of the Company Names has a traling space.


Problem solved, thank you!

E
Erin Dwyer

Great! good to hear you were able to get to the bottom of the issue.