Forum Discussion
Chris Cundy
Jun 22, 2021Copper Contributor
Conditionally require column based on value of another
Hello, I have a status column in SharePoint Online and another column named "Resolution Type". Both columns are of type "Choice". What I want to do is that when Status is changed to "Reso...
kott2005
Aug 22, 2023Copper Contributor
Thanks for your answer.
I have a column called 'Status' with two values - Completed and Not Completed.
Depending on 'Status' column value if it is "Completed", I need to auto populate another column which is a date column called " Completed Date" How can I populate today's date ?
ganeshsanap
Aug 23, 2023MVP
kott2005 If you want to store the date on which day the status is changed to "Completed", you can do it using:
- Power Apps: Customize SharePoint list form using Power Apps and set date column value using Power Apps formulas when status changes to Completed
- Power Automate: Run Power Automate flow on item change (When item is modified trigger). Add trigger condition to run the flow only when the completed date is null/empty. Inside flow, you can check if the status is equal to completed, use update item action to update the completed date column to current date - utcNow().
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.