I have a SharePoint List that has a number of audits to be completed in a year. Each audit has a Status column with status choices of "Not started", "In progress", "Secondary Review", and "Closed". I want, when I edit an audit/item and modify the status, to record the date for that status change. I've already created 3 date columns to record the data (Date Started, Date in Secondary Review, Date Closed).
I was using the trigger when an item is created or modified and was using trigger conditions and Switch but the issue was every time a single item was modified, every other item in the list that had that condition was also updated. For example, if item #1 was modified and status was changed from "Not started" to "In progress", I'd like the Date Started column to record the date. But I don't want this to change in the future if this item (or if other items with the same status) were modified. I was running into the issue where tomorrow if I modified a different column for item #1, it would update the Date Started to the current day (even though the status wasn't changed). How would I prevent this and be able to create a Flow? Or do you think I should just utilize Power Apps?


Report
All responses (
Answers (