Flow designer look up action based on date does not return the expected result
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 09:06 AM - edited 03-11-2025 09:12 AM
Hey all,
I need to look up on hardware assets records where
- Asset function == primary
- Warranty Expiration == today + 2 months (this is a custom field of Date type).
I set up the flow on Flow Designer:
1. Set the flow variable to 2 months from now:
2. Look up records:
All looks fine.
I have a record that meets the conditions:
I run a test. The variable is set correctly:
The lookup is run okay:
However, as you can see, the record is not returned.
When I set the filter before or after, it does not work either.
Any one has any idea why?
I tried to write a script to see what happens.
This script returns all records.
So, something seems to be wrong but I don't know why.
Any ideas?
Thanks.
Best,
Firat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 09:56 AM
I am not sure if I understood it correctly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 10:10 AM
Hi all,
It is interesting that if I open another if statement and do the comparison there it works just fine.
It is just not working on the look up conditions.
Best,
Firat