Write data to table

I Have the following string variables
CONT NO
PIN NO
EMPTY IN

The data in these variables are extracted as string from PDF
Now I want these 3 variable in a datatable row.
How to do this?

Thanks in advance

Build a new Datatable with those headers
Then use Add DataRow and in the Input use ArrayRow {ContNo,PinNo,EmptyIn}