Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Clickable Link based on condition

Certified Lead Developer

Hi All

I am a new Appian and need some suggestions.

Problem Statement:

Created Record Type and there is one column i.e. request number which i created clickable link

a!linkField(
links: {
a!recordLink(
label: fv!row['recordType!{2774e922-1a67-4b2a-8113-4d7f9649efdb}IMS Invoice.fields.{979355da-81d8-4800-b32a-a9c3de5ae348}requestNumber'],
recordType: 'recordType!{2774e922-1a67-4b2a-8113-4d7f9649efdb}IMS Invoice',
identifier: fv!identifier
)
}
)

When I click on the above link, a summary page will open.

So I want this link to be dynamic like based on the condition, I have one column i.e. status.

So when the status will be drafted different interface or page will open and when the status is submitted summary page will open

Need help

Thanks

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data