Hello Community,
I need help with setting up an interface. I have an "ElectivesProfile" interface that has two columns: Elective and Students.
I want to create a CDT with the keys studentFullName and studentID. When the user clicks a name, I need to update these values in the CDT (I can do this part). Then, I want to send these values to the "StudentDetails" interface as rule inputs: fullName and studentID.
I'm having trouble using the CDT values as parameters in the "StudentDetails" interface.
Discussion posts and replies are publicly visible
sanjuktab2257 said:I'm having trouble using the CDT values as parameters in the "StudentDetails" interface.
HI sanjuktab2257 ,
What difficulty or issue you are facing here? Create a rule input of your CDT type in the StudentDetails and pass the value.