Hi guys,
I'm showing my coworker some things in Method, and I've realized that I misunderstand something about linked fields.
To show her how to create a relationship between tables, I added a dropdown field in the Invoice table that linked to the Vendor table. Then, I added a linked field via that dropdown for the Vendor Phone Number.
I added both the dropdown and vendor phone fields to the Invoice screen, with the understanding that when I selected a vendor from the dropdown, that vendor's phone number would populate the linked field. This did not happen.
The linked field was grey, indicating it was not editable. However, when I created a "Retrieve value from table" action to update the value on the screen, the action was able to retrieve the phone # from the vendor table and stick it in the uneditable linked field.
But what is the point of a linked field if it does not automatically retrieve the value? I could have just added a regular new field and used the same action set.
-Sam