I have a list in SP called 'Meeting Types' and am trying to get a cascading filter to work between the second and third drop downs (picture below).
The second drop down is from the SP field called 'MeetingType' (text) with the drop down being named 'SelectMeetingType'.
The third drop down is the SP field called 'MeetingDateTimeText' (text) and I only want this field to display available date/times that belong to that 'MeetingType'.
This is my formula that is giving me the 'Invalid Argument Type' with a squiggly under the equals sign.
Distinct(Filter('Meeting Schedule',MeetingType=SelectMeetingType.Selected.Value),MeetingDateTimeText)
What am I missing?
