Forum Discussion
Stephen-14853
Jun 24, 2026Tin Contributor
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...
- 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]"
Jamony
Jul 13, 2026MCT
Hi! Gallery view does not always render list quick-action columns the same way as List view. You can usually reproduce the buttons by editing the Gallery view's JSON formatting and adding customRowAction elements for the email or Teams links. Please share the current column formatting JSON with any addresses removed, and someone can help adapt it safely.