Get data from PDF file and put data into Excel File

I have get data from PDF file use OCR, now I want to put the data into Excel file, but in build data table, I cannot insert variable, could help to solve this, thanks in advanceCapture

Use Add Data Row activity pass your values as array of row (e.g. {value1,value2,value3}

if you are getting properly formatted text then you can use Generate Data Table activity
more info Generating Tables from Unstructured Data