Workflow Question

I created a workflow to populate a field when a flag is set to on. I want the field to populate with text, and the current date. Is there a way to add the date to the field?


Thank you

Answers

  • JamesB
    JamesB ✭✭✭✭✭✭
    edited 10/24/23

    @Keli You are most-likely going to need a helper date field. Use the automation to set the date in this field, and then in your sheet user a formula to connect the two into an additional column.

    =Text@row+"-"+Date@row