โ07-27-2023 03:19 PM
Hi Community,
I would like to retrieve any entries in a lookup table that have a date that is BEFORE OR ON today's date.
It seems that using the search action I can only give a value such as TODAY. How could I use a <= or Before or On search parameter on a column in my lookup table?
I feel like such a feature in lookup table would be very useful if it does not exist today.
Thank you,
Solved! Go to Solution.
โ07-28-2023 01:20 AM
I don't think what you're looking for is currently possible directly on a lookup table action (not via formula approach to lookup tables).
Plenty of other options though:
โ07-31-2023 10:08 PM
Hi,
This is Marlon from the Support team.
The input field for Search Entries in a lookup table uses an exact value. For example, you wanted to search for a row created today. You cannot use a formula or search for rows created before or less than a date.
What I can suggest is to get all entries and then use an SQL collection to create a query.
โ07-28-2023 01:20 AM
I don't think what you're looking for is currently possible directly on a lookup table action (not via formula approach to lookup tables).
Plenty of other options though:
โ07-28-2023 06:14 AM
Hmm, I feel like you should be able to lookup a row based on the date. But if you can't - just query the table and then filter to the one you need.
โ07-31-2023 10:08 PM
Hi,
This is Marlon from the Support team.
The input field for Search Entries in a lookup table uses an exact value. For example, you wanted to search for a row created today. You cannot use a formula or search for rows created before or less than a date.
What I can suggest is to get all entries and then use an SQL collection to create a query.