Please specify what version of the library you are using: [ version-2 ]
Please specify what version(s) of SharePoint you are targeting: [ Online ]
If you are not using the latest release, please update and see if the issue is resolved before submitting an issue.
let list = sp.web.lists.getByTitle(this.props.list.toString());
const i = await list.items.getById(id).update({
KmCa: "OT",
});
console.log(i);
Only works in my Workbench.aspx
I'm Getting the list by Guid
Field name is OK, not misspelled
Uncaught (in promise) Error: Error making HttpClient request in queryable [404] ::>
Hi Andrew,
Thank you, using now:
sp.setup({
spfxContext: this.props.context
});