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.
Hello, I'm new, I need your help to know if there is a way to populate the Section Layout information as in the image from the id of a related field.
What I have tried is to create a local variable, but I don't know how to put that value in the expression (see the image).
Discussion posts and replies are publicly visible
Hey, to populate the data based on record id, you have to create a record and use the summary interface into the views and headers of the record and pass fv!identifier as an input from record. From interface side, you have to query the data from the DB/record based on your ID which you will recieve as a Rule input and show the data into the respec fields.
Note: to query the data from the DB use queryEntity and to query the data from records use queryRecordType
Hi...
Create the a rule expression from the relative CDT & pass the Identifier as rule input in that as parameter. once the parameter received by expression rule, it will return back the required record from the table.
screen shot attached for your reference..
Appian does it for you if you're a beginner. You can click on "Generate Views, " which should do the magic. You can find this button in the record, under views. Let me know if it doesn't work.
thanks for your answer, it works !
Really Appreciate your response. Thank you so much!!