Workflow Question

Keli
✭✭✭
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
Tags:
Answers
-
@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