I had created the workflow pdf table extraction and extraction happing correctly but iam not able write extracted table data into excel sheet its writting just one word "table"which is not related to pdf table extraction.
I am not able to open the xaml file. after extract data table use for each loop to loop the output data table. inside the for each use write range. in sheet name provide variable name
If u want to get all values including fields and table then you have to use FOR EACH activity. DB (variable) is dataset. so u have to loop it. Inside the loop use write range.
Attached below for ur reference