Hi.
I have created a custom table Student, which consists of:
i) Student Details (Full Name, Address, Mobile, College, Email)
ii) Course Details (Course Name, Standard, Semester, Duration of Course).
I have created 2 separate screens - One to accept student details, and the other to accept course details.
Is there any way to save the data from both screens, as a single record?
Also, is there a way to achieve the above requirement using both SubmitForm() and Patch() functions?
Would be great if anyone could suggest what can be done.
Thanks!