Questions tagged [modified]
The modified tag has no summary.
37 questions
0 votes
1 answer
33 views
2013 workflows run multiple times - no updates
I am trying to get a handle on a larger 2010 workflow that errors out "sometimes" This is a 2010 style workflow. It has 6 steps, each with many conditions. I created 6 individual 2013 style ...
0 votes
1 answer
521 views
Power Automate: Send email once at end of day of only most recent modification
I have a power automate flow that sends an email each time a particular date field is modified. The date field is modified multiple times per day, so I am getting multiple emails per day. Instead, I ...
0 votes
1 answer
71 views
Cloning and detecting modifications on a document library on Sharepoint to be copyied on a OneDrive folder
I'm new to SharePoint, and was wondering if there is a way to clone and detect changes into the folders stored in a document library in a SharePoint site to later be copied and/or modified into an ...
0 votes
2 answers
483 views
How to prevent in a library updating file contents but allow changing of meta data?
Assuming a library named Assets which contains stuff like PNG, JPEG, PDF, ... We want to allow to all people: List all folder and files (assets) See meta information (columns) of all files and ...
0 votes
1 answer
143 views
Email Alerts with dynamic subject on add and edit items to the list
I want to send email alert with dynamic subject When a new item is added ,the subject of the email alert must be 'New item added'. When i edit that item,the subject of the email should be 'Item ...
0 votes
2 answers
920 views
Need help understanding 'Modified' column in Sharepoint List
My 'Modified' and 'Modified By' columns show that I'm updating all the items in the list almost every second. I'm not doing any actual changes to the items. My guess is that this is because of the ...
0 votes
1 answer
2k views
How to update Modified By field using REST API
I want to update a task to approved using REST API and C#, I am able to approve the task successfully but since its a C# solution deployed on IIS, it gets updated to System Account. I am trying to ...
0 votes
1 answer
484 views
Does changing regional timezone settings alter the "Modified" and "Created" fields on every list to fit that new timezone?
I realized that I was entering data into Sharepoint when the timezone settings was PST rather than EST. I changed it, but now it's taking a while for the automatic datetime fields ("Modified" and "...
0 votes
1 answer
299 views
How do i display the first modified date instead of the Last Modified Date
I want to a column to display when a record is first modified. SharePoint defaults the modified date to the last modified date. My goal is to also have a column when it was first modified so i can ...
0 votes
1 answer
158 views
How to Edit/Add to a CAML query return object?
Team, Is there anyway at all, to add the input parameter "issueItem" into the CAML query result, i.e. tag each row of the result, so that when its passed back I can extract it at the same time as the ...
0 votes
1 answer
1k views
Sharepoint 2010 Calculated Column: How to get value before item gets modified?
I have a list that has a Status-field. If the status changes, a modified date in another column should indicate, when the status has been changed. My idea was to create a duplicate of this Status-...
1 vote
1 answer
3k views
Sharepoint Rest Query to get files last modified between given timestamp
I have a query in SP where I get the list of files added/ modified after a given timestamp. This works for me: _api/Web/GetFolderByServerRelativePath(decodedurl='myurl/myfolder')/Files?$filter=...
1 vote
0 answers
22 views
Why would the "Modified" column show erroneous information?
A pdf document was uploaded to SharePoint on February 9th. The "Modified" column shows the Modified date as January 8th. If the file did not exist on SharePoint on January 8th, why would that be the ...
0 votes
1 answer
343 views
Append changes to existing text showing wrong name
I have a custom list on SP Online 2013 with the following customizations: Create a version each time you edit an item in this list? - Yes A new column added (multi-line) with Append Changes to ...
0 votes
2 answers
105 views
Modifying the underlying HTML in SharePoint online?
Is there any risk or drawbacks on editing SharePoint online list new form in SharePoint designer by Modifying the underlying HTML . I was trying to Hide some fields from new form only. I did it by ...