Set the Follow Up date to existing Incidents using Power Automate

Jeff59
Tera Contributor

Hello

I'm using the ServiceNow > Update Record action to update existing Incidents with a number of fields including the Follow Up date. However, I'm stuck trying to set the Follow Up date to current-date + 3 business days (with a time of 11:00:00).

I've played around with 'utcNow' and 'addDays' but I can't seem to get the formula right.

Does anyone out there have any ideas?
If go, please share...you'll be making a guy from sunny London really happy 🙂

2 REPLIES 2

AshishKM
Kilo Patron
Kilo Patron

Hi @Jeff59 ,

Please share the code , you have written for this ootb date/time field. 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Jeff59
Tera Contributor

Hello AshishKMishra

Thank you for taking the time to respond.
As I mentioned, I'm using Power Automate to update the incidents. However, the only value that fails to register is the Follow up.

I've used various versions of the following formula/expression:

addDays(utcNow(),3, YYYY-dd-mmfollowup.png