Changing of Key on Sample Order Capture App

Hi there,

I am new to Appsheet and โ€œdatabase programmingโ€.

I am trying to โ€œreverse engineerโ€ the Sample Order Capture App.

After reading a few help articles, I believed the first thing I need to change is the โ€œkeyโ€ column for the Table โ€œCustomersโ€.

The existing โ€œkeyโ€ column is โ€œCustomer Nameโ€, which is not ideal as mentioned in the help articles, as different people could have the same names.

However, once I changed the โ€œkeyโ€ column to โ€œCustomer Emailโ€, I begin to see a lot of yellow exclamation marks through the app.

I donโ€™t how to solve those. And while trying to do it, I โ€œbrokeโ€ a few things a long the way, resulting in the app being unable to run.

I wonder if the admin team can build another demo for the โ€œOrder Captureโ€ Sample App so that we can build on it to adapt to our own needs?

Cheers!

0 1 219
1 REPLY 1

tony1
New Member

Hi @netgoondoo. The yellow exclamation marks are because of broken references. There are a bunch of order rows in the app that refer to customers using the old key (customer name). But now your customers are identified using your new key. To fix this, youโ€™ll need to go through the orders table and replace customer names with customer emails.

For more information about references and table keys, check out References Between Tables and this sample app.

Top Labels in this Space