I have to fetch the all the column from excel sheet without knowing the coulmn name.
For ex: i have excel sheet where it has 5 column and now i have written workflow only to fetch 5 column but in future i may add 5 or 10 more extra column to that excel sheet and i don’t want to change any thing in my workflow.
actually my example is like. i need to get the min and max value from each column …
Please find the attached excel files.
step1: First i have to read the excel file
step2: i need to add those data to queues
step3: get the queues item and i have to do the min and max value operation.
But here above steps i can do only for what the data is there in excel sheet. as of now i have 5 column i have written workflow for that. but in future i will add 10 more extra column to excel sheet. and i should not change any code in myworkflow.
For this i have to use split function , i dont no how to get those column names. Test.xlsx (8.1 KB)
Now i have to add all these data to queues , Now in item information , what i have to write argument , so that it will add all the column data’s to queues. there should be only one argument . suppose in future i should not add any arguments in itemj information queues , if i add extra columns in excel.
Hi @sarathi125 thank you so much for your continuous responses.
i’m getting missing or invalid property. i’m using 2018.4 version. can you please send me screenshot what you added in queue item. so that i will make changes in my code.
in my properties don’t have ItemInformationCollection. Could you please tell me inside item information what is the datatype and value i have to give . so that i will check