Hi I need your help to understand where am going wrong with a form am working on, I have created Cascading Drop Downs:
ddDepartment and ddDivision both both referencing two different SharePoint List for their data and was meant to send their data to the SharePoint list of the from as this is SharePoint Integration form(single form).
I have set the parameters for the dropdowns as follows:
Depatment_DataCard1:
DisplayName: ThisItem.'Department / Ministère'
DataField : "Department / Ministère"
Update: ddDepartment.SelectedText
Default : Blank
DisplayMode : Parent.DisplayMode
ddDepartment (Department Dropdown)
Default : ThisItem.'Department / Ministère'
Items : Distinct(Department,Title)
DivisionDataCard1
DataField : "Division/Branch/Division/Direction"
Default : ThisItem.'Division/Branch/Division/Direction'
DisplayName : "Division/Branch/Division/Direction"
Update : ddDivision.SelectedText
ddDivision(Dropdown)
Default : Blank
Items : Filter(Division,Department.Value=ddDepartment.Selected.Value)
Save/Submit:
OnSelect : SubmitForm(SharePointForm1);NewForm(SharePointForm1)

Report
All responses (
Answers (