Category "sharepoint"

Sharepoint Locking Error when xlsm is Uploaded via VBA .SaveAs

I have this awesome vba macro that takes a template xlsm file saved on a shared drive and automatically uploads the file saved as with tomorrows date in the tit

Export excel/csv not working in SPFx with ag-grid

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

Need Help Converting Embed Script to Iframe

Can't seem to get the embed code to work on a Sharepoint site page. > <script id="gnewtonjs" type="text/javascript" > src="//recruitingbypaycor.com/car

Unable to import from Sharepoint Excel file to an R dataset

I am trying to download an Excel in Sharepoint site into an R dataset. But I keep getting errors. I have also tried searching for solutions across forums for th

Powerapps Add Item to lookup field refresh combobox choices

I have two lists: Projects Contacts I have a powerapp that let you add new projects, it has a lookup field for contacts. In the app you can click add contact,

Add items to sharepoint list from parse json if missing

I have two lists, one is 8 items that are in a parse JSON, the other is a Sharepoint list with 3 items (Get items from Classes List), these lists have a unique

Copy a file, rename in case it exists using MS Graph for Onedrive/Sharepoint

I am copying a file from one drive to another. As part of the body request, I am also providing conflictBehavior as rename (tried with replace as well) but the

Create and Update a List Item with Javascript in Sharepoint

Hello i'm an beginner and i try to create/update a SP List with Javascript with an condition. if a list entry with current users email exist then i will only u

How to extract value from Sharepoint multiple choice values column in Flow

I'm trying to write a Flow that will enable me to periodically email a Sharepoint list to an email address. All works well for most columns on the list except w

Retrieve a person column having multiple users...need information on all the options available

How to retrieve a person column having multiple users... need information on all the options available. I need this column information to break inheritance on i

Transfer data from SP List to MS Word using Flow

I have a SharePoint List. I want to make it so that when an Item is added to the List, it creates a MS Word document in a Document Library - and the fields of t

Error 'Invalid hostname for this tenancy' on using graph api of sharepoint to subscribe event notification

I am new to sharepoint and now I am trying to create a webhook for my sharepoint sites, such that on any crud operation i would get notification in my app I ha

sp- How to get the rigth value for Create / Update List

I have a problem that I can't get the right value in the listItemInfo. I tried following to see the output of the code. alert(listItemInfo.toString());

Get SharePoint folders and docs using Microsoft Graph API

I'm trying to get the folders and documents from a SharePoint document library using Microsoft Graph API. If I do a GET request for https://graph.microsoft.com

Convert Sharepoint List into Pandas Dataframe

I have a table in Sharepoint that I'm wanting to convert into a Pandas Dataframe. I've largely used this question to try and frame a solution Get SharePoint Lis

Map SharePoint drive using VBA

I am trying to map a SharePoint document library so I can parse it with a FileSystemObject. Here is my code ... Dim objNetwork As Object Set objNetwork =

Extract Keywords from Office Documents with Sharepoint Flow

I am trying to implement a document management system using Sharepoint. One major issue is that colleagues cannot find documents in the current setup (local fil

Saving Pandas dataframe to SharePoint location as csv file

I want to save my transformed dataset to csv on SharePoint location. Can anyone help with how to approach. I have gone through Libraries shareplum but they read

Flow will Create File in Sharepoint from an Outlook attachment but will not complete Update Files Property action

I am new to Flow but have created one that works well but would like it to do more. I have created a Flow that pulls any attachment from emails that land in my

Get files from Sharepoint / Onedrive via VBA

The code below uses FSO to read a file containing information such as version, date and file path on a local network, and download a file according to local fil