Hey All,
i am looking to use the Update At field to provide a time for a dynamic trigger field. something like this
OR(
ISBLANK({HR Hiring Score}),
DATE_DIFF(TODAY(), {Last Updated}, "days") > 60
)
any idea why i cant use the update at field to support this?