Hello
I have the following two lists:
List1, columns: Title (string), Location (choice), Date (date only)
Title | Location | Date
------------------------------------
A | 1 | 01/07/2021
B | 2 | 01/07/2021
C | 3 | 02/07/2021
List2, columns: Title (string), Date (date only)
Title | Date
--------------------
A | 01/07/2021
B | 02/07/2021
C | 03/07/2021
On my Nintex form, I have List Lookup control with the following filtering settings
Any
My goal is to filter List1 based on selected date from List2 for example:
I select 01/07/2021 then the filter will return items A and B on the dropdown-list for List1
Unfortunately, it does not work. Both date values appear to be in the same format but when I select the date from List2 control then the dropdown list based on List1 is empty.
Any idea what am I doing wrong?