All Questions
Tagged with code or development
4,622 questions
0
votes
0
answers
14
views
Get Files (Properties Only) to get sharepoint files is returning "The response is not in a JSON format."
I have a SharePoint list which contain info about 10 sites with these 2 main fields:-
SiteURl
ListGuid
as follow:-
now if i dynamically pass the SourceSiteURL and SourceListID to the GetFiles ...
0
votes
0
answers
14
views
SharePoint Knowledge Agent Vs Power automate AI builder
If we want to classify, summarize and extract key info from documents uploaded/edited inside a SharePoint document libraries. seems we can do this using AI builder inside power automate which get ...
0
votes
0
answers
9
views
Build Project Plan based on a sharepoint item title and description using power automate
We have a sharepoint list with 3 fields:-
Title
Descritpion
Approval status (New , Pending , Approved, Rejected)
now users will create a new item, send it for approval by the manager, then once the ...
1
vote
0
answers
15
views
AI-based Post Sorting
I have developed a Post and Comment module inside SPFx. where i have 3 SharePoint lists that are connected to each other using lookup fields::-
Posts
Comments
Reaction
here is the SPFX, with 2 posts ...
0
votes
0
answers
22
views
Send file from Power Apps to Power Automate "it appears that we do notsupport this file format"
I have this formula to send multiple files from power apps to power automate:-
ClearCollect(
i,
0
);
ForAll(
AttachFiles.Attachments As d,
If(AddandRenameFile.Run(
ClientDropdown....
1
vote
0
answers
18
views
The requesting principal is not authorized to set group preferred data location
We have our tenant with 4 Geo locations. And inside power automate flow I am sending this Graph Api to create a new security group under specific Geo location using service account (not using clientID ...
0
votes
0
answers
8
views
Get calls in the last 48 hours from CISCO WebEx and add them inside SharePoint online
I have the Client Id , Client secret and integration ID for CISCO webex. so how i can get all the calls in the previous 48 hours using the API and save them inside SharePoint list ?
Thanks
0
votes
0
answers
16
views
How to create Group By column that contains multiple values?
Need help on how to group by column that contains multiple values. Ideally for those with multiple values i would want to see the same files in each group.
Or if theres a way to embed a code?
0
votes
0
answers
61
views
Create a Premium Planner, Bucket and Tasks using Graph Api
I have the following 3 Graph API calls to create a standard planner , then bucket inside it and its tasks inside a Power Automate flow:-
This is working for standard planner, but not sure how to do ...
0
votes
1
answer
81
views
How to narrow down the list view columns' width for all users
We have a list view that contain 6 columns, and we might add extra columns in the future. Now how I can minimize the columns' width for all users? to better utilize the screen?
I know I can drag the ...
0
votes
0
answers
76
views
"Bad Gateway" error when "Set content approval status" = "Reject", while work well when set it to "Approve"
I have a Custom list with Required Approval = True. and we are sending Teams approval,then we update the custom list item to either Approve or Reject.. this is working when set the approval status = &...
0
votes
1
answer
38
views
User with Read-Only permission on the list is able to create new list items using the list forms shared with them.. how to prevent this
I have 2 users; Admin & Test User. Now i created a new custom list >> and i granted the Test User Read permission on the list. as follow:-
so when the Test user accesses the list >> ...
1
vote
0
answers
30
views
Get the search results using Search API
I have a site column named "Region2" of type Choice that allow multiple selections.
And this column is been added inside a library as follow:-
and a list, as follow:-
and when i do a ...
0
votes
0
answers
74
views
Moving Files between sites stop progressing, but resume even after cancelling it
I wanted to move a folder which contain 4500 Files, of total size 60 GB. now i selected the folder and i define to Move it to another site. the process started , but hanged on 76% as follow:-
it kept ...
0
votes
3
answers
109
views
Copilot license for creating AI Agents for SharePoint & create AI agents using Copilot Studio
I have users with E3 license, but they are not able to create AI Agents for SharePoint sites & AI agent using Copilot studio. so what is the best license for those users?
Here are the licenses ...