There is a field where the data type is optional '라이선스 유형'.
However, there is no option set name. I don't have permission to add an option set name, so I have to use it to develop it.
And among the data in the gallery element, there is option 1 (Processional), and I want to express the quantity of that data by adding a text label element. There is an error.
Concatenate( "Professional: ", CountRows(BrowseGallery1.Selected.'라이선스 유형'.'Professional' ))
a problem
The content of the error is not named correctly. 'Professional' is not recognized.
This error usually occurs when you refer to an item that does not have an expression (for example, a control that you deleted).
How to modify
Remove or correct references to invalid names.