Issue – The ‘Age in Days’ function is used in the saved search with Formula(Date) and an unexpected error is shown when running the search.
The Formula(Date) is used to calculate the expiry date age here. So, no need to use the Age function here as the difference between today and the expiry date is already calculated ({today}-{expirationdate}). So change the function to ‘Round’. Also, change the Formula(Date) to Formula(Numeric) as removing the Function Age in Days will result in the Formula (Date) column as an Error: Invalid Expression.