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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.