Hello Experts,
I have a requirement in which every time workflow runs, it generate the tabs in the same excel depending on the Field name.
Now , with my last post I have created a formula as Filepath +[File Name] + ".xlsx|" + [Sheet name]" but with Sheet drop option is is not dropping the old tabs which were a part of last run but do not present in the current run and if I Overwrite File then it is creating a Tab for the last field.
Eg. In my first run I have ID as 1,2,3 so the file will have 3 tabs 1,2,3. In the next run ID have 2,5,6 so in this run there should be 3 sheets only 2,5,6 but in my case it 1,2,3,5,6 which is wrong and in case if I use Overwrite file, it is having only 1 tab i.e. the last tab 5, Can anyone help me on this.
Thanks in advance