Last Updated
I was looking to create a custom field in the table view for Date Last Updated and Last Updated By, I was hoping there was a way to pull the information directly from the task. So for an example if I post an update for a task it would populate my name and 4/22/2022 as the date.
Has anyone done or know if this can be done?
Hi Jake Reynolds, welcome to the Community, and thank you for posting!
Currently, this is not possible, if you'd like, I can move your thread to our Product Feedback forum for other Community members to upvote and contribute. Please let me know if you have any other questions🙋🏻♀️
Cansu Community Team at Wrike Wrike Product Manager Conosci le straordinarie funzionalità di Wrike e le best practices
Cansu Wrike Team member Conosci le straordinarie funzionalità di Wrike e le best practices
Hi Jake Reynolds, as Cansu said it is not possible directly in Wrike, but you could use the API. We do it the same way. As Wrike does not have a historie field for the start and due date we made two custom feilds for it and a bot uses the API every few inutes to crwal through the task looking for date changes. If so it copies start and due date to the custom field. Custom fields have a history, so we can follow up changes with history very easy.
You could do it the same way for name and date.
Best
Sven
Here's the post where Sven shared this idea first: History for start and due date – Wrike Help Center
It's a little different than your request, but maybe you could use the same process.