- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 07:36 AM - edited 02-05-2024 07:37 AM
Hi all,
I am observing a weird behavior.
I have a field on the form called: "Expected Return Date". If the user has not yet returned the item by the expected return date, I have to create a notification. So, I need to wait until the expected return date, then generate the notification.
I set up a flow variable and defined as follows:
I observe the following weird behavior.
Use-Case-2:
Today: 05-Feb-2024
I choose the expected Return date as 06-Feb-2024.
Flow variable and wait for condition are calculated correctly:
And:
Use-Case-1:
However, if I choose the date of today -- instead 06-Feb, I choose the same day 05-Feb:
The flow variable seem fine:
But the duration at the condition becomes negative:
Anyone has any idea why?
Thanks.
Best,
Firat
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 08:30 AM
Hi all,
I found a workaround -- checking first if the expected return date is today, then I manually assign 12h, and it works:
However, why the flow behaves like that is a mystery.
Best,
Firat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 08:30 AM
Hi all,
I found a workaround -- checking first if the expected return date is today, then I manually assign 12h, and it works:
However, why the flow behaves like that is a mystery.
Best,
Firat