I have two sharepoints list :
Books Reservation
-ID -ReservationDate
-Name -ReturnDate
-Book (LookUp of Books, showing the ID)
I have a flow "Get Items" that return the first value when there is a reservation between the specified dates, and if the book Id is equal to the ID. But I'm unable to compare a text value with a "LookUp" value, it always return false.
Note: The "List Name" is Reservation
Here is what my "Filter Query" looks like :
'varReturn' gt ReturnDate and 'varReservation' le ReturnDate and 'varBookId' eq Book
Except for the 'varBookId' eq Book, everything is working fine...
Solved! Go to Solution.
Ah, sorry didn't catch the part with it being a Lookup column. Can you try Book/Id and see if that works.
You should have 'varBookId' = ID
If I do it, It will compare my varBookID with my Reservation ID sadly :c
Ah, sorry didn't catch the part with it being a Lookup column. Can you try Book/Id and see if that works.
It works ^-^ thanks ❤️
User | Count |
---|---|
89 | |
37 | |
26 | |
13 | |
12 |
User | Count |
---|---|
127 | |
54 | |
38 | |
26 | |
21 |