Hi @ElisabettaPi ,
Considering your string field has date format as MM/DD/YYYY, You can use DaysDiff() functionality instead of SubDays().
In Query, To fetch recipients who has policy expiration date after 10th day, add the condition as below
DaysDiff(ToDateTime(@your_string_field),DateOnly(GetDat...