I'm using sp/pnp to submit a list item with multiple attachments: export const CreateListItem = async (listName: string, item: any, files: File[]) => { c
I'm following this documentation: https://pnp.github.io/pnpjs/sp/items/#add-multiple-items But I'm getting an error with: import { SPFI, spfi, SPFx } from "@pnp
I'm using ag-grid react for SPFx in SharePoint. When I try to export file in workbench it's working fine. But when I'm deploying sppkg package in sharepoint the
Does anyone know how to add a new item to a List Folder in Sharepoint Framework? In this way I can add the item to the list MyList: let list = pnp.sp.web.lis