Forum Discussion

Stephen-14853's avatar
Stephen-14853
Tin Contributor
Jun 24, 2026
Solved

How do I get quick actions to show up in Gallery view for a list?

Hello, I'm creating a sharepoint list of employees. I create quick actions for sending an employee a teams message or an email, and they work fine in list view. However, in gallery view they don't sh...
  • virendrak's avatar
    virendrak
    Jul 08, 2026

    I think it's failing because Actions is not a Person field, so @currentField refers to the Actions column itself and has no email property.

    Can you please try to add...

    "href": "='mailto:' + [$Contact.email]"