Good Morning Power Apps Community,
I have spent a few hours Googling to try and find the proper syntax to rectify the issues I have been having this morning, with no luck.
I have an Excel Table, called ToolData, which contains several columns, one of which is called "Tool ID#", and another is called "Tool Description."
I have the "Tool ID#" column linked to a Combo Box input. I would like to use a Combo Box input because there are almost 800 rows in this table, and I want to allow users to search instead of having to scroll through the list. I have turned off 'Allow multiple selections' and I have turned on 'Allow searching.'
I have a Text Input that I would like to populate with the value in the "Tool Description" field dependent on which Tool ID# is selected from the Combo Box. Seems simple enough, but I have been unsuccessful so far in finding the correct Syntax.
Any help is appreciated.