Hello Community,
Is there a way to calculate the age of an Insight attribute using an Insight Automation Rule? I want to create a field that will calculate the service age of our IT equipment. The calculation would start when a new piece of equipment is entered into Insight.
For example:
Manufactured date : 01/01/2022
Today's date: 01/20/2022
Equipment age: 19 days
Try with the following (easiest test is to use the "Add value to the audit log" action):
{{now.diff(object.Created).days}}
where object is the object that triggered the automation.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register today
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.