Hi @Anonymous ,
I have a SharePoint list that has columns Title, Data1, Data2, and Excel File which has column header as Title, Data1, Data2.
I want to match the order of the SP List Column and Excel Header Column. If orders match successfully, I will proceed with importing the excel data to SP List.
Example,
1. SP List Order - Title, Data1, Data2
Excel Column Header Order - Title, Data1, Data2
Outcome/Result - Validation Successful
2. SP List Order - Title, Data2, Data1
Excel Column Header Order - Title, Data1, Data2
Outcome/Result - Validation Failed
3. SP List Order - Data2, Data1, Title
Excel Column Header Order - Data1, Title, Data2
Outcome/Result - Validation Failed
Please let me know if any other details required.
Thanks.