Questions tagged [item]
An object in a SharePoint list containing information and metadata.
190 questions
0 votes
0 answers
32 views
Using Power Automate to update a people-picker column
I have a SharePoint online list with a multi-select people picker field that is populated with the display name. This field is required and the team is using the default SharePoint form. When my flow ...
0 votes
1 answer
503 views
SharePoint List setting doesn't have 'email alert' option
I have created an Issues tracking list on a SharePoint collaboration site and when I assign a name under Assign To, the person doesn't receive any notification. While checking under the Advanced ...
1 vote
1 answer
173 views
No item exists at it may have been deleted after clicking save button
I have a weird one here. I have a infopath form with a button at the bottom performing a save action. Users are able to open the form in edit mode and click the save button. Once the user clicks the ...
0 votes
1 answer
384 views
How to show SharePoint List views last 6 months or last year statistics
Good day, I have SP list. I must get this list items usage data for 2020 year. This is 2020 year statistics about list items viewing. I can show popularity trends on page by managed properties ...
0 votes
1 answer
1k views
Update List Item in Sharepoint using old Sharepoint-API in Postman
I already asked a question here: enter link description here I wanted to retrieve the x-requestdigest from sharepoint to make list-operations just using postman. The provided solution worked great to ...
0 votes
1 answer
143 views
Linking a List Item to a Document Library in a subsite
I am trying to link a list item to a report saved in a document library in a sub site. Is this possible or should i move the document library to the hub page? (the list is in the hub page)
0 votes
1 answer
371 views
Create duplicate of list item in another list including ALL column content
I've seen other posts here discussing similar questions, but I believe this one may be unique. Here's what I've got - In SharePoint 2013, I'm trying to create a workflow that runs whenever a new ...
0 votes
1 answer
337 views
Blank or empty field in a list item using JavaScript
What is considered an empty SharePoint list item when doing if else condition via JavaScript? "", null, or something else?
0 votes
1 answer
2k views
How to add link to item field with angular?
I am a beginner in Angular. I am trying to combine several TASKS list into single Angular table. It works well and here is part of my code, JS part: $http({ method: 'GET', url: $urllist[1], ...
0 votes
1 answer
8k views
Gettting list items with specific field value
Is there an easy way to get all list elements that have the same value in a column? Let's say I have a list with a column called system. Is there a possibility to get all items with the value "...
0 votes
1 answer
25 views
Why is there only one contenttype associated with list item?
Why is there only one contenttype associated with list items while lists can have multiple contenttypes. Shouldn't they have the same number of contenttypes? what is the logic behind this?
0 votes
1 answer
3k views
Update item when file is created in folder which is created with FLOW
I've got a list A. When an item is created, a folder is created in library A. When a file is created in one of the folders in Library A, the item (which triggered the folder) from List A must be ...
0 votes
1 answer
85 views
how to know in which folder my file is
How can i Know, using my item metadatas, the folder it is stored in? For example, I do this Get Request : https://sharepoint.com/sites/SPSample/_api/web/lists/GetByTitle('Documents')/items(2)/...
1 vote
1 answer
857 views
Get person display name from list via javascript
I am facing problem that i cannot solve. I have a function which works properly but returns number id of user from sharepoint not display name. Here is the function: function getItems() { $.ajax({ ...
0 votes
1 answer
503 views
Update only few columns in Microsoft Flow
I am trying to use the activity "Updated Item in SharePoint list" activity in the Microsoft flow catalogue. The case is I want to only update a few fields for example a Status column. The problem is ...