I've an excel with two sheets. let's say sheetA & sheetB. SheetA and SheetB has some data. Both the sheet data has some connection.
I want to check whether SheetB is present or not. If it's not present, Create it with the data available in SheetA. means, for example, SheetA has 2 colums Firstname & Lastname. So the data in SheetB would be concatenated data of SheetA. that is. Firstname + Lastname.
So if SheetB is not present, take Firstname & Lastname from SheetA, and create SheetB with Firstname + Lastname
Any help?
-Krishna
What i tried is....

But the challenge I'm facing right now is, even if the SheetB is present, it'll create.
How can I block that? that is, if count !=0, the workflow should not execute further.