Form - references ID showing in Google Sheets instead of Name from dropdown selection

Hi Guys, a few weeks into APPSheet and for the most part it has been pretty smooth sailing thus far, however this one particular issue I am having problems I just can't seem to get my head around. So, for this question I have put together a simple Google Sheet tied into a sample APPSheet database to show everyone what I am trying to do. 

To reference my image below, I have made a Google Sheet with two tables. The two table are โ€œCompaniesโ€ and โ€œCOMTypeโ€. The Companies table has company names along with a company type that when inside the APP environment is used as a Dropdown selection referencing the โ€œCOMTypeโ€ table to select a company type. So far no problem, I have made the proper reference to โ€œCOMTypeโ€ table & โ€Company Typeโ€ column within the company table in APPSheet and then the dropdown when tested shows all the possible company types to choose from. When I select a type from the dropdown, like for example โ€œLife-Safetyโ€ all the possible types show up properly and once one is picked, it shows up correct within the app screen under โ€œCompany Typeโ€ as โ€œLife-Safetyโ€ great.

The problem now comes up when I go to my Google Sheets side of things and under โ€œCompany Typeโ€ within the โ€œCompany Tableโ€ instead of โ€œFire-Safetyโ€, Showing up in this column, it instead displays the ID number โ€œCOMTYPE001โ€ from the โ€œCOMTypeโ€ table. I have learned now that when you reference ID from the record the column that is set as Label will be what is shown within the dropdown and within the APP environment, but it will at the same time return the ID number in place of the Label data within your spreadsheet.

Can anybody tell me in simple terms if and how it is possible to have my โ€œCOMTypeโ€ data that is selected and displayed from my dropdown show up the same within my Google Sheets database instead of being changed back to the ID data.

Thank you all in advance for your consideration and help with this inquiry.

Screen1.jpgScreen2.jpgScreen3.jpgScreen4.jpgScreen5.jpgScreen6.jpgScreen7.jpgScreen8.jpgScreen9.jpg

 

Solved Solved
0 2 178
2 ACCEPTED SOLUTIONS

You cannot change that.

If you want to store the label on the underlying google sheet, you need to create an additional column to store the label by setting in the app formula something like [Company Type].[Company Type]

View solution in original post

Yes, TeeSee1, that worked. Adding a second Ref column in tandom with the column you data you need to reference correct it for me. I see now how refs function now. Thank you so much for your assistence.

View solution in original post

2 REPLIES 2

You cannot change that.

If you want to store the label on the underlying google sheet, you need to create an additional column to store the label by setting in the app formula something like [Company Type].[Company Type]

Yes, TeeSee1, that worked. Adding a second Ref column in tandom with the column you data you need to reference correct it for me. I see now how refs function now. Thank you so much for your assistence.

Top Labels in this Space