-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ListItemPicker, calculated column as columnInternalName not working #1870
Comments
Thank you for submitting your first issue to this project. |
wilecoyotegenius
added a commit
to wilecoyotegenius/sp-dev-fx-controls-react
that referenced
this issue
Oct 1, 2024
Merged
@jonsjonsson |
joaojmendes
added a commit
that referenced
this issue
Oct 18, 2024
I can confirm the same issue, and can also confirm that the last beta version fixes the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Category
[ ] Enhancement
[x] Bug
[x] Question
Version
3.19.0
Expected / Desired Behavior / Question
When using a calculated column for columnInternalName no results are returned.
This also seems to have been a issue before, #805
Observed Behavior
Can see that this API, /_api/web/lists('listguid')/GetItems(query=@v1) being called to get the items returns a 500 error when a calculated column is being used. The CAML query being sent in the url to the API works correctly if i test it in some other way.
Steps to Reproduce
Use a calculated column as columnInternalName
The text was updated successfully, but these errors were encountered: