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
Hello fxzrqjzztrmy
I would recommend using the identifier instead of passing the rv!record as input. Use the identifier to fetch the data in the interface.
Thank you! Exactly, I used identifier to query and worked