Skip to main content

I am looking to create a value business rule that populates a day that is 30 days after the created_dttm in FSM.

 

i looked at the cheatsheet but was unable to figure out what expression is required. I tried to do DATEADD but that didn’t work.

New to using expressions so any help is appreciated

thanks!

Hi @jbernardo ,

 

Kindly check with this expression

(TABLE.CREATED_DTTM + days(30))

 

BR,

SAAALK


Hi @jbernardo ,

 

Kindly check with this expression

(TABLE.CREATED_DTTM + days(30))

 

BR,

SAAALK

Worked perfectly! Thank you so much for the quick response!


Reply