Why does my URL field not appear in table view?

I have fields:

ed_day_0-1645110530057.png

but when the app runs, the URL field is missing:

ed_day_1-1645110621902.png

It does appear in the correct position if I edit a row though. Any ideas?

0 1 374
1 REPLY 1

Aurelien
Google Developer Expert
Google Developer Expert

Hi @ed_day 

You probably have an icon like this Aurelien_0-1645111045690.pngwhere you are expecting some url to be displayed.

 

This is an "attached_inline" action. When there is some, the column's header to which it's attached disappears when view type turns to Table.

The same generally happens with columns such as Address, Phone, Email, and so on.

Is it your case ?

If so, if you need to see your url link, then you will need to go in the Behavior/Actions panel, and change the prominence option of your action, or attach the action to another column, such as it is in my example below (virtual column with formula expression: "")

Aurelien_1-1645111247082.png

 

Top Labels in this Space