Hi All,
i have created an analytical app, below is a description of what is supposed to do:
1. End user will place the input excel file into a shared drive location
2. the app will pick up the excel file
3. using a list box the user will select only the columns required in the output - the output then becomes the following months input
eg:
Month1 : input 1 contains columns A,B,C D, E,F end user selects B,D,E,F output contains columns B,D,E,F
Month2 : input will contain columns B,D,E,F in the list box user should have B,D,E,F as options to select from
Issue:- when we move to the month 2, the application picks up column headers configured as per prior months columns and does not refresh to the new ones. user can see A,B,C D, E,F should be able to see B,C D, E,F
in designer i can still use it by running the workflow twice once using ctrl - R and then using the magic wand button, but on the server it does not help as there is only one run option, any help would be great.
to summarize, is there a way for the analytical app to pick up the new column headers from the input when the month changes