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.
37,794 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 20,500 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