Formula Help - if enity was modified 2 hours ago

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Niclas K
    Junior Member
    • Dec 2021
    • 14

    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 ​​​​​​​
  • lazovic
    Super Moderator
    • Jan 2022
    • 809

    #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...