Help

Showing extra information on record select in form view.

3291 4
cancel
Showing results for 
Search instead for 
Did you mean: 
Nareg_Kara-Yaco
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi, I have a very quick question. When filling out a form, when selecting a record in a linked field, you see [pic1.jpg].

Is it possible to change it so that it looks like [pic2.jpg], in the form view itself.

This way you are able to see more information about the record you are selecting.

 

Thanks,

Nareg

4 Replies 4

Hi @Nareg_Kara-Yaco ,

No, you can only see the primary field in a public form. 

A workaround people usually use is to make the primary field of the table a formula field that they then format to include all the data they want to display in the form. 

In your context, you would:
1. Duplicate your current primary field
2. Convert the primary field to a formula field, and give it a formula similar to this: `{Name} & " " & {X DIGITS HD} & " " & {IID}`

(The formula probably won't work as I don't know your field names)

But yeah you get the idea

Nareg_Kara-Yaco
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi both,

Thanks for your replies. Unfortunate that you can't see further info in form view, we may have to find a workaround for this.

Adam, thanks for the option for the potential workaround. Our primary fields are UIDs based on a few input parameters + number so we can't modify them too much. The X digits and IID fields were just examples, a "description" field with more text is more important to include in the dropdown. 

Best regards,

Nareg

Hi there!

With the form we created at miniExtensions to integrate seamlessly with Airtable, you can display additional fields in the preview for linked records. You can choose between List, Grid, and Gallery views and also control which fields to preview and in what order.

Here’s how the linked records in my wildlife table look in Gallery view:

CristianCG_1-1729893451718.png

And here’s how the same linked records look in Grid view:

CristianCG_2-1729893566678.png