How do I get the column label of a specified field in a View field specified in a View table?
When I use GlideRecord('Database view name'), I can get the field label of the record if the record exists in the list screen of the Database view, but if the record does not exist, I cannot get the field label. However, if the record does not exist,...