Hi everyone.
Just a question around best practice that’s niggling me. I have a workflow where I effectively want to say:
IF Input A is empty then value is Current Date/Time ELSE Use Current Date/Time.
My usual approach for ease of use is to use the format as text option as it allows for a simple if/else check, but the catch is the data put out must be text.
What should I do in this case, where I want to put out a date value? I know I could just create two workflows with an only when condition, and that’s probably what I’ll do in the meantime.
Just interested to know if there’s a trick I’m missing here.