I'm using the highly useful Prefilled Forms extension by Kuovonne and it works as intended. However, there are some fields in my source table that apparently aren't qualified to be prefilled on the form and I can't figure out the principle. (The form itself is in the Assets Updates table.)
The Assets table contains the prefill form URL in a field called Update Asset. It works fine but does not include a field called Asset Type that I want prefilled on the form. This field is not included in the list of possible fields to use when filling out the wizard for Prefilled Forms.
Asset Type is a linked field to a third table called Types. In this screenshot you can see that I've reduntantly added two additional fields that contain the value from Asset Type, thinking there was something about Linked records that was a problem:
But I can't use any of these fields to prefill either. Why is that? At least one other linked field, Modules, works fine and is prefilled on the form.
Here's a partial view of the 11 fields made available to me in the Formula for a prefilled form wizard:
There are 30 fields defined in the Assets table, and some of them for sure I don't expect to be able to prefill. When I try to code it myself, it just returns an error that the formula is invalid.
Why can't I prefill Asset Type?
Thanks for any guidance.
-- Charlie