Hi all:
I've created a workflow long back and it was working fine till yesterday. I've three different sheets in my output excel - Data, SMS & Voice.
For Data - I use Overwrite File (Remove) option to create a new file everytime.
For SMS - I use Create New Sheet which appends a sheet with existing file.
For Voice - I follow the same approach as SMS.
It was working fine till yesterday as I mentioned before. Data usage was always there earlier but since yesterday the usage has waned as a result no record was appearing in Data sheet which caused error in SMS sheet. The reason is - Data record was 0, the workflow was not creating new file and SMS sheet was already there. So, when it tries to create another SMS sheet in the same file, it throws exception. This is absolutely fine and I resolved it. I've created a dummy record when Data record count is 0. So, a new file is always created whether records are available or not for Data.
Now the problem is - when I run it the SMS sheet never got created even if there is records. No clue what's going on here. Can anyone tell me what can be the reason behind it?
Block Until Done is used as below to create Data then SMS and Voice sheets.

Thanks