Good day everyone!
I'm having and issue that I can't seem to work around. I am creating an app to manage student information. I have two separate Sharepoint lists: "Student Information" and "Program Costs". Both lists have a related column 'Student ID', of which is a LookUp Column under the "Program Costs" list. I've created a Gallery with the Student Information list and I am trying to have two screens, one showing an edit form for Student Information columns and another showing and edit form for the Program Cost columns. What I am trying to do is have the Program Cost edit form show information based on the selected item in the Gallery. Since the Gallery is linked to the Student Information list and the Program Cost form is linked to the Program Cost list, I was wondering how using the related column (Student ID), I can show all the information in the Program Cost form by just referencing the Student ID selected by the Gallery.
I've tried several LookUp formulas in the Program Cost Item option, but I keep getting errors. The last I tried was this:
LookUp('Program Cost','Program Cost'.'Student ID' = Gallery1.Selected.'SIS ID')
I get a delegation warning and nothing shows up on the form. Any help with this would be greatly appreciated. Thank you!
I am wondering since the Student ID column for the Program Cost list is a lookup column and has a drop down box, it is causing an issue, but this is just a guess.