Skip to main content

Hi all,

I need to update a field on task level.

The value is a combination of two other fields. A Date field and a minutes fied. Those two needs to be combinend (e.g. 02/02/2024 11:00 + 60:00 so the value is 02/02/2024 12:00)

I tried via expressions, but then it will take the value of the field Before the update (old value).

HI @drooij 

Can you please elaborate? What do you mean by taking the value of the old value? Please provide a full scenario with examples.

A value of BR is before the update, so it makes sense it takes the old value?!

Cheers!


@drooij 

Hi,

based on the above example, is the desire just to add minutes to a date  time field? If that is the case you might be able to use the following example in a xml business rule

<user_def_dttm3>@expressiononow() + minutes(60)] </user_def_dttm3>

Regards 

Morris


Reply