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.