Questions tagged [development]
The process of developing software, including requirements gathering, solution design and analysis, implementation, testing, deployment, support and maintenance.
4,624 questions
0
votes
0
answers
5
views
Build an external report for external users without login
i have a SharePoint list which contain 3 main fields:-
Start Date
End Date
Network Name
now i want to build a vertical calendar-like view, for external user to access, where it will show in blue the ...
0
votes
0
answers
15
views
Get user permissions in Azure function
Inside a C# Azure Function I have a user ups and I would like to know if this user is a Viewer or a Member on a specific SharePoint Online site.
Do we have a dedicated API to get this information?
...
0
votes
0
answers
22
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
18
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
10
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
19
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
17
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
83
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
109
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
80
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
39
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
32
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 ...