Before we begin, I have already checked this post and it does not resolve my issue.
https://powerusers.microsoft.com/t5/Building-Flows/RESOLVED-Create-table-The-argument-is-invalid-or-missing-or-has/m-p/1362218#M153872
My issue:
Create New Excel file - No Issue
Create New Table - Issue Occurs on this step
Issue:
The argument is invalid or missing or has an incorrect format.
clientRequestId: 8e871146-9057-4011-919c-c7b46ccc54eb
serviceRequestId: 8dee9274-904a-4a89-85f8-dbc067c4c72c;d56eda10-ce4e-45ab-9441-59af851da3d7

The run history for the create table shows 'Bad request' and also shows this for 'Body'
{
"status": 400,
"message": "The argument is invalid or missing or has an incorrect format.\r\nclientRequestId: 8e871146-9057-4011-919c-c7b46ccc54eb\r\nserviceRequestId: 8dee9274-904a-4a89-85f8-dbc067c4c72c;d56eda10-ce4e-45ab-9441-59af851da3d7",
"error": {
"message": "The argument is invalid or missing or has an incorrect format."
},
"source": "excelonline-scus.azconn-scus-001.p.azurewebsites.net"
}
Please help. I need to create this table to complete my flow.