3 ways
1. Assume the file you created already had a Table when you created it. Then you will simply have to type in the Table name, it will not be a property. Then you will set the DateTimeFormat
Click out of that action and save.
Now you will see *Row, you will need to insert a JSON structure
{
"ColumnName": Value <==number,
"ColumnName2": "Value" <= string
}
And it will dynamically Map the data into the new way
2. let's say you have NO table existing. You will need to use the Create Table Excel Action to define the table
like this, when you do, you can use the Dyamic Property Table Name from the Create Action and then in our Add a row, it will see the table definition and you will populate as regulard
3. Technically the Graph API, but you don't need it the previous options are better
As this answers the question, I'd appreciate if you Marked it as such and maybe a like :-)
If you have further questions after, feel free to at me :-)