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
fxzrqjzztrmy Based on limited information provided, check below points1) Check source in record type, ensure data is flowing through rv!record.2) Verify rule!BCD_userDetails uses rv!record type variable to access data.Check you are able to see the data preview for that record.
Thank you for your advice! It turned out that I have nested interface in my record page so the rv!record somehow failed, I use rv!identifier to query instead and it worked.