Good Evening Appians,
i have a student record type and a course record type and both works fine but the problem is, i want to pick the ID of the particular logged in student and attach it to an interface where it will save to the db on triggering the submit button. Please how do i achieve this ??
Discussion posts and replies are publicly visible
So you want to get Student record data for loggedInUser? You must be having a column in Student table for uniquely identifying the user, like, username or uuid, so you can query on that column. For saving to the database use Write to Data store entity. Anything more specific you want to know?
There are 3 steps to it.
Try this and comment if you face any issues.
yeah, many thanks but how do i call 2 different rule expressions and save them to their respective fields when the submit button is triggered ?! i seem to be able to do for only one but not for both at the same time
yeah, one more question please and many thanks. How do i call 2 different rule expressions and save them to their respective fields when the submit button is triggered ?! i seem to be able to do for only one but not for both at the same time
2 different rules? Where does the second one come from?
What do you mean? Explain?
The saveinto parameter of a button is of a list type. You can add as many save operations as needed. Use a!save() for this.