Announcement

Collapse
No announcement yet.

Formula Help - if enity was modified 2 hours ago

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Formula Help - if enity was modified 2 hours ago

    Hello there,
    I need a Formula for a Workflow that checks if the connected Entity was modified 2 hours ago.

    How should I do this?

    Thanks and regards, Niclas ​​​​​​​

  • #2
    Hi Niclas,

    Put this part into your formula: datetime\addHours(datetime\now(), -2)

    Note that this is not the final result. Use the attribute "Modified At" to bring the formula to a working form.

    Comment

    Working...
    X