I want to use my Table's value on my Excel file.
My Table:
Table Name: "Table1"
Row 1 = Columns Name "Name", "Age"
Row 2 = Values "A", 10
Row 3 = Values "B", 20
I try "Row id" = 1, Faild
Body
{
"status": 404,
"message": "No row was found with Id '1'.",
"source": "127.0.0.1"
}
and also "Row id" = 2, Failed
Body
{
"status": 404,
"message": "No row was found with Id '2'.",
"source": "127.0.0.1"
}
What value do I set "Row id" ?
Regards,
Yoshihiro Kawabata