Display action button on dashboard

I have three tables showing in my dashboard - Devices, Loans, Repairs. To add a loan or a repair to a device, we can select a device in the Devices section, then click on Add in the relevant table. Perfect. 
Except that if the user clicks on the Add button in the Loans or Repairs table without selecting a device first, the form opens up with the Device details empty. 
I'm trying to prevent that from happening.
Here's my dashboard

Screenshot 2025-03-21 at 09.23.41.pngcan get it to show inline, which is okay if there's no other solution, however that also is misbehaving. According to the guidance, it should show next to the chosen column.

Screenshot 2025-03-21 at 09.35.26.png

 

However, this is what I see - it is replacing the column, not showing next to it. (It tries to do this against the Serial Number column but I want to see that value, so here I have it against a different field)

Screenshot 2025-03-21 at 09.36.39.png

 

 

In case it is the action itself that is causing this issue, the Target is

 

LINKTOFORM("Loans_Form",
  "Device",[SerialNumber])

 

What on earth am I doing wrong, or have I found some bugs?

 

0 2 112
2 REPLIES 2
Top Labels in this Space