I am trying to create a dashboard in Insights and also I need an alert based on the failures within last 30 mins. So I am creating a custom field and trying to add the below filter. But I want this to be compared with time (in minutes). Any help…
To implement this in UiPath Insights, you can achieve the desired filter using the following steps:
1. Custom Field in Insights:
The formula you’ve shared needs to compare the creation_time of queue items against the current time within the past 30 minutes. Since Insights supports calculated fields, you can utilize the DATEDIFF function to calculate the time difference in minutes.
2. Revised Formula:
Here’s how you can create a custom field for your use case: