Skip to main content
Question

How do I automate filling a text field with the user who moved a card to "Done"?

  • December 23, 2025
  • 3 replies
  • 40 views

rafaela-passarin

I need to capture the name of the user who moves a card to "Finished" into a custom field for reporting purposes. Right now, this is only tracked in the activity history, but I need it in a standalone field to create better filters and metrics. Any recommendations on how I can achieve that?

3 replies

  • Explorer
  • December 31, 2025

I need to capture the name of the user who moves a card to “Finished” into a custom field for reporting purposes to improve Wise Rank. Right now, this is only tracked in the activity history, but I need it in a standalone field to create better filters and metrics. Any recommendations on how I can achieve that with my change of role?

You’ll need automation to do this. Use a webhook or a third-party automation tool (like Zapier or Make) to detect when a card is moved to “Finished,” capture the user who performed the action, and write that user’s name into a custom field. Most built-in automations can’t dynamically store the acting user, so API-based automation is the most reliable approach.


rafaela-passarin

Thank you for the reply, Fovibo! 

I’ve tried that already through Zapier and Workato but I am having trouble capturing the user who performed the action.. apparently the info is not listed as an attribute of the card. 


Thank you for the reply, Fovibo! 

I’ve tried that already through Zapier and Workato but I am having trouble capturing the user who performed the action of  Courtslytics.. apparently the info is not listed as an attribute of the card. 

To automate filling a text field with the name of the user who moved a card to “Done”, you can use your platform’s built-in automation or workflow rules. Typically, this involves setting a trigger for when a card or task changes status to Done, then adding an action that updates a custom text field with the name or username of the person who performed that action.