Hi everyone, I'm looking for a good resource (docs, videos, or examples) that explains record actions and record views in Appian — especially how they work behind the scenes. I want to understand how visibility, context, and navigation are handled under the hood.
Here’s my current scenario:
I suspect it has something to do with how I’m setting up the record link or passing the identifier, but I’m not sure.
Would really appreciate:
Thanks in advance!
Discussion posts and replies are publicly visible
Issues seems to be, fv!identifier refers to the parent record (the Policy), not the individual PolicyForm.Replace fv!identifier with the specific PolicyForm Id from your row data.
a!recordLink( recordType: recordType!CS_PolicyForm, identifier: fv!row[recordType!CS_PolicyForm.fields.policyformid] /* Use the actual field name for your PolicyForm ID */ )