Hello, I am having a hard time on how can I display the data from different column based on my selected result in combo box. Already searched different video tutorials online but most of it use a dropdown box and value.
This is the current information in my Sharepoint:

The current formula on my Textbox - Default Property is:
ComboBox4.Selected.'Model Name'.Result
However, the said formula has an error saying "Name isn't valid. This identifier is not recognized", "Invalid use of '.'"
To add: my second combo box formula in Items Property is:
Filter(Distinct(Filter('SP Name', 'Column Name of Combo Box 1' = ComboBox1.Selected.Result),'Column Name of Combo Box 2'),Result)
Any advise on how can I display the information based on my selected data in combo box?
Thank you!