why will my view form formula not recognise my drop down name?

DW 1 Reputation point
2020-03-11T05:30:32.677+00:00

4152-capture.png

My dropdown is named 'ChoosePod' but it is not recognised as per image???

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
43,350 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 23,125 Reputation points
    2023-08-25T04:24:21.9666667+00:00

    Update your formula like this:

    first(filter(table, name = ChoosePod.Selected.Value))
    
    
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.