Skip to main content
Participating Frequently
May 13, 2025
Question

Link record action to card layout

  • May 13, 2025
  • 6 replies
  • 13 views

Hi

Am trying an interface where I expect to call the record action on click of the card layout. I took the inspiration from the inspiration page mentioned below, however not able to call the record action. Is it possible?

https://docs.appian.com/suite/help/25.1/sail/ins-agent-home-page.html

6 replies

mikes0011
Brainy
May 13, 2025

AFAIK you'll have to define any actual Record Actions via a!recordActionField(), and this can't be cross-mixed with more custom elements like card layouts.  But the Record Action Field does have a "card" style, so you might be able to get close that way - have you tried this already?

The Expression Guru
Participating Frequently
May 13, 2025

Yea, tried the record action card style option but it is nothing closer to this one :(

mikes0011
Brainy
May 13, 2025

You can always make "fake" record actions i.e. just launch processes from the cards using a!startProcessLink (along with its inherent limitations) - unfortunately there'll be shortfalls either way.

The Expression Guru