Date is _ days ago
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 03:54 PM
Hi.
Is it right to put this condition for : Date is 3 days ago or there is a correct way to do this in flow designer?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 10:23 PM
Hi @Dizy M ,
You want to compare Send date is 3 days ago from the current datetime right??
if you comPare it above , it would always return false since its comapring as Send date < 3+send date
Create a flow variable and get the current datetime
result = new GlideDateTime();
result = result.toString();
return result
Compare Sand date with this flow varibale by substracting 3 days
Hope this helps.
Accept and hit Helpful if it helps.
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025