I have to problem to extract many types of pdf but there are 3 different format so for each format i create workflow but how i take into single excel sheet

Continuing the discussion from Combine multiple Excel Files into a single file:

HI @Rohit_Sharma1

Store the values which is extracted from the Pdf store in a Variables.
After the extraction use the Excel or workbook activities to write the variable values to the Excel sheet.

Create the variables in the Main xaml and create the arguments in the sub xaml’s then pass the values to variables by using arguments.

Hope it helps!!