You are viewing limited content. For full access, please sign in.

Question

Question

Does time stay for date calculator if I modify date with assign token?

asked on September 24, 2024

I have a workflow the does a date calculation to assign a time of day.

If I change the date later (using Assign Token Values) in the process, will the time still remain or do I need to edit that as well?

0 0

Answer

SELECTED ANSWER
replied on September 25, 2024

No, Assign Tokens would overwrite the whole value value unless you tell it otherwise. You could use token formatting to extract the time and set it to something like this:

%(new date value token) %(Closing Date#"HH:mm:ss"#)

where the first token is the new date-only value and the second is the current value formatted to show just time.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.