I am working with two SharePoint Lists List 1 and LIst2. in addition, i have an Excel file also that is located on a folder on SharePoint whose location is say Documents/ ABC/ Reports/datafile.xlsx
So, the 3 data sources are -
SharePoint Lists - List 1 and LIst2
Excel file (datafile.xlsx) Located at - Shared documents/ABC/Reports
(The reason why i decided to use an Excel file as my data source here is because this is a file that keeps updating and is a big list and is coming from a different source. So instead of having another SharePoint list, i decided to use it as is. Let me know if there is a better way to do this based on what I am going to write ahead please
Query 1
I have created a form using Editform from List 1 and would like one of the fields to show the unique values from Column X of the above Excel file as a drop down say Dropdown A.
I created that field column on LIst 1 as a text. When i add that field on the form how can i use it as a drop down for dynamic display of unique values from Column X of my excel file.
Query 2
Once I select an option from the first dynamic dropdown i want a similar display of another dropdown that would be conditional on the selection of the first dropdown
for example if i select A in the dropdown A, the second dropdown B will display all unique values related to A, if i do multiple selections in Dropdown A, it should show all unique values associated with the selected values in Dropdown A, in Dropdown B
Query 3
once these selections are done and i submit the form, the values so selected in both dropdowns are updated in Columns X and T of LIst 1
Any help would be appreciated.
Thanks