SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.25k stars 1.01k forks source link

SharePoint Lookup Column value not showing out of sudden #9785

Open alirnz opened 4 months ago

alirnz commented 4 months ago

Target SharePoint environment

SharePoint Online

What SharePoint development model, framework, SDK or API is this about?

πŸ’₯ SharePoint Framework

Developer environment

None

What browser(s) / client(s) have you tested

Additional environment details

Describe the bug / error

Hi, I have created a SharePoint list that comprised of 2 lookup columns. The list have been working fine for the past few months. However, from today, the list user reported there is issue with some of the lookup field, when trying to search the value in lookup it is unable to search and users are not able to fill forms

image Capture_lookup

How do I solve this?

Steps to reproduce

  1. Create new list
  2. add a lookup field to another list
  3. fill the form and you can not search values

Expected behavior

should load the value

areestlc commented 4 months ago

I am seeing the same issue across all our SharePoint environments

It looks like the call to the API endpoint SearchLookupFieldChoices is malformed when typing into the lookup search box:

image

Error is also showing up in the browser console:

image