Questions tagged [development]
The process of developing software, including requirements gathering, solution design and analysis, implementation, testing, deployment, support and maintenance.
4,622 questions
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 ...
0
votes
0
answers
12
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
19
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
14
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
48
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
66
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
29
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
68
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 ...
0
votes
1
answer
52
views
How we can only allow the creator of the item and the user direct manager to view the submitted item
I am facing this challenge , where we want to create a PayRoll list, with the following logic;-
User submit a payroll request asking for example for for salary increase. mentioning the amount.
The ...
0
votes
0
answers
36
views
How approves or users can see all the pending approval requests as part of enabling "Content Approval" inside lists/libraries
We have 10++ sites and on some lists and libraries, inside those sites we define content approval at the list/library level:-
Now the users are bit confused, on how they can access those approval ...