Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. 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 would like to be able to pass the ALL the data for a selected record (using the data type for the individual record) to a related action. However when I try, I get the attached message. Is there a way to do this? It is possible to pass rv!record to a record view, for example.
Discussion posts and replies are publicly visible
Part of the reason this is not supported for related actions at this time is because you can't use the Record Data type in process models. Your 'recordFullData' is a CDT and it's better to construct the CDT or query the row rather than rely on casting directly.
If you look at Record Views, you can pass in the entire rv!record and it's encouraged!
Hi Danny, I have had trouble recently even when passing the rv!record into views. I know this is documented even and should work but I haven't had any luck doing it with newly created record types where I just want to pass the whole cdt into a summary interface
I am also facing the same issue. Were you able to find a solution for this?
Maybe this helps
docs.appian.com/.../record-actions.html