I am working on an entry form that I would like the user to see text populating based on what they are adding into a specific form.
Added a screenshot below, but basically, if the user is adding the phone number, the text below should change based on the number that they added. Is this possible? Aspect to consider here is that the user is not necessarily the same as the one adding this item.
If you’re using a form, the “Number” value wouldn’t be available for you to do any sorts of template column/relation + lookup to display dynamic data.
You would have to use a custom form, if I understand you correctly.
Thanks both! I think the above makes sense, but I am having a hard time trying to store the data. Do you have any tutorials on how to do this without incrementing the rows?
As you may know at this point, I am new to Glide, so I really appreciate your patience on this.