Hello! I'm attempting to use a dropdown input in a registration form. In that dropdown attendees can select a start date, and in theory I can manage the dates available by using a "status" column in the underlying lookup table (Sharepoint).
I'm really close to getting this to work. I can get it to return SOME of the columns based on what I put at the end of the filter statement, just not the one I want.
I think that in the "Items" property of the dropdown,
[code] Filter('Lookup Dates',Status.Value="Registration Open").'Start Date' [/code]
should work, but it returns empty options.
If I use .Title or . Dates instead, that works, but it's not what I'm after. I think there's some formatting functions that I'm missing.
The below images are my lookup table, the formula I'm trying to use in the "Items" property, the result, and the result using .Dates (which is not what I want).
Thanks in advance for any help!
-Jerry




