Hi
As long as your Arrays have Header already in them you can simply use the Create HTML Table action passing in the Array as the Input and making sure you check the option that says it has headers.
If not, then you have to us the custom option on that action OR
create another array, add the headers and then add the data from the original array
And done