I found rv!record only contains few fields of the record, which caused several bugs in our application that were not found before.
Is there any update on rv!record? I remember previously it has limitation on related record but worked fine on record itself
Discussion posts and replies are publicly visible
https://appian.rocks/2024/01/16/partially-populated-records/
Our best practices: Use a separate query to pass data to a related action. Only pass the identifier to views and query any data using locals.
Thank you Stefan! Btw is there any way to search for rv!record used in all recordtype?
https://docs.appian.com/suite/help/24.3/find_and_search_in_appian.html#expression
any refined way to search only record with rv!record in all recordtype?
remove rv!record[recordType!Case.fields.description]
??? I am confused. Can you help to understand what you are looking for?
I need to find record type where reference the whole record (using rv!record). expression search for rv!record list all matching for individual fields of a record
rv!record
I do not know of a way to do that. But in my teams, I forbid people to use rv!record in general.
thank you