I am working on a process which has a master excel. This excel contains around 40+ rows and 11+ columns. The first row header is unique for all the row. In the process we are passing the data table to each workflow to get the result.
What I am thinking is to convert the whole data table to a dictionary of key being the unique column and its value being the rest of the data in a list.
But I am facing some issues in creating the dictionary. Need help on it.
I have attached a file template that I am working with. UiBank Accounts.xlsx (14.0 KB)