Flow Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2023 01:35 AM
Hi @Ankur Bawiskar ,
I am working on a flow design and creating a catalog task in the flow design itself.
There is a date time field (for example 'X') on the catalog item.
Requirement is that task what I am creating on the flow design itself should be triggered before 45 days of that date time field's (X) value.
If that date time field value is 1st of December, then that task will be created on 16th October.
I am not able to achieve it through flow design. Could you please help me out as it is so urgent.
Thanks&Regards,
Abhisek Chattaraj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 10:53 PM
I have used wait for duration and and using relative duration, wait for: 1080 hrs before that date time field 'X'.
But it is picking up any date prior 45 days of that date time field (X) value.
But I need to trigger the task exactly 45 days prior to that date time field (X) value.
Can you please help me out. It is urgent.
Thanks in advance.
Regards,
Abhisek Chattaraj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 11:12 PM
you can test with 1/2 days and then if it works then it will work for 45 days
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 11:17 PM
I test it with 1/2 days and 45 days as well, but it is picking up any prior date of 1/2 days or 45 days but as per the requirement task should be generated exactly 45 days prior to that date time field value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 11:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 12:09 AM
Could you please let me know how can I store the date difference of 45 days in Z variable?
Thanks&Regards,
Abhisek Chattaraj.