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 advance
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 Studio - Generating Tables From Unstructured Data