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.
I've config a summary page in record type, the interface be like rule!BCD_userDetails(userDetails: rv!record). But when I click on record link the summary page has no data populated, seems rv!record has no value in it
Discussion posts and replies are publicly visible
If there's any chance this is an older record type, it might not be sufficient to pass in just "rv!record". In newer ones it is, as long as the "userDetails" rule input is an instance of the correct record type.
Thank you for reply. Not sure if that is the cause, I used identifier instead and it worked, but still don't understand why rv!record failed
As Mike mentioned already this can be an older record type. Try passing in the following way instead of passing rv!record.
If you want to pass any relationship then define that as well.