Thanks for the response. The input seems to be working fine, however I just realized that it only works when "inserting a new row" instead of "updating a row". Here's the raw input from the trigger anyways.
{
"method": "get",
"queries": {
"columns": "Hire Date,First Name,Last Name,Full Name,Billing Rate"
},
"path": "/row_created_trigger/sheets/###",
"host": {
"api": {
"runtimeUrl": "https://flow-apim-msmanaged-na-westus.azure-apim.net/apim/smartsheet"
},
"connection": {
"name": "/providers/Microsoft.PowerApps/apis/shared_smartsheet/connections/shared-smartsheet-###"
}
},
"authentication": {
"scheme": "Key",
"parameter": "*sanitized*",
"type": "Raw"
}
}
The action is where it fails
{
"method": "post",
"queries": {
"source": "groups/###"
},
"path": "/codeless/v1.0/drives/###/items/###/workbook/tables/Table1/rows",
"host": {
"api": {
"runtimeUrl": "https://flow-apim-msmanaged-na-centralus.azure-apim.net/apim/excelonlinebusiness"
},
"connection": {
"name": "/providers/Microsoft.PowerApps/apis/shared_excelonlinebusiness/connections/shared-excelonlinebu-###"
}
},
"authentication": {
"scheme": "Key",
"parameter": "*sanitized*",
"type": "Raw"
}
}