Hello - I am trying to return a date based on a data card value from a form viewer.
I have employee numbers listed in the data card value, I want to look up their number and have it return a date -
Right now I have the formula as:
Filter(FrontLine,PersonNumber = DataCardValue54,Slicer)
Filter(Source,Column = Data Card Returned from Form Viewer, Date column I want to Return)
Each of the sources/columns are appearing in the suggested items when I type them in. The "help on this error" message is saying that I need two of the same values. I tried to add "DateValue" to the begining of this but it did not help.