I am new to appian and not sure if following scenario can be implemented.
I have a record with 1 action.On a new interface i need a readonly grid with one column containing link to display the record action.Following is the code snippet,
a!gridColumn( label:"", value:a!recordActionField( actions:{ a!recordActionItem( action:'recordType!NB MyRecord.actions.createRequest', identifier:fv!row.customerId ) }, openActionsIn: "DIALOG", style: "LINKS", display: "LABEL_AND_ICON", align:"END" ) )
Any guidance would be appreciated
Thanks
Discussion posts and replies are publicly visible
Is your record type 'updated'? https://docs.appian.com/suite/help/20.1/Record_Action_Component.html
If a record action does not appear, it may be because of record type security, action visibility, or having the correct record identifier for related actions