I am using Flow designer and need to manipulate / calculate dates i.e. ( add or subtract 4 days from a given date). Is it possible to do this with no code in a core action / custom action?

Jonas Richard
Giga Contributor

I am using Flow designer and need to manipulate / calculate dates i.e. ( add or subtract 4 days from a given date). Is it possible to do this with no code in a core action / custom action?

Thanks in advance!

5 REPLIES 5

Jonas Richard
Giga Contributor

Also, here are additional examples of what im attempting to do in flow designer.

  1. getting system date
  2. how to do math on date values 
  3. how to assign values to a date variable in flow designer etc

Hey Jonas,

Did you solve this?

Antonio39
Tera Contributor

maybe this could help:

https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/flow-designer/reference/date-time-transform-functions.html

Hitoshi Ozawa
Giga Sage
Giga Sage

1. System date can be retrieved using "new GlideDateTime()".

2. Math on date can be done on value of data pill by clicking on "fx".

find_real_file.png

3. Value can be set to date variable by setting value from another date variable field or by assigning value using function.