{
"type": "Request",
"kind": "Skills",
"inputs": {
"schema": {
"type": "object",
"properties": {
"text": {
"description": "Please enter your input",
"title": "Category",
"type": "string",
"x-ms-content-hint": "TEXT",
"x-ms-dynamically-added": true,
"enum": [
"Video Bars",
"USB Video Bars",
"Touch Controllers",
"Room PCs",
"Conference Phones",
"Desk Phones"
]
},
"text_1": {
"description": "Please enter your input",
"title": "Model",
"type": "string",
"x-ms-content-hint": "TEXT",
"x-ms-dynamically-added": true
},
"text_2": {
"description": "Please enter your input",
"title": "SerialNo",
"type": "string",
"x-ms-content-hint": "TEXT",
"x-ms-dynamically-added": true
},
"number": {
"description": "Please enter a number",
"title": "Quantity",
"type": "number",
"x-ms-content-hint": "NUMBER",
"x-ms-dynamically-added": true
},
"date": {
"description": "Please enter or select a date (YYYY-MM-DD)",
"format": "date",
"title": "DateLoaned",
"type": "string",
"x-ms-content-hint": "DATE",
"x-ms-dynamically-added": true
},
"date_1": {
"description": "Please enter or select a date (YYYY-MM-DD)",
"format": "date",
"title": "ExpectedReturnDate",
"type": "string",
"x-ms-content-hint": "DATE",
"x-ms-dynamically-added": true
},
"date_2": {
"description": "Please enter or select a date (YYYY-MM-DD)",
"format": "date",
"title": "ActualReturnDate",
"type": "string",
"x-ms-content-hint": "DATE",
"x-ms-dynamically-added": true
},
"text_3": {
"description": "Please enter your input",
"title": "LoanStatus",
"type": "string",
"x-ms-content-hint": "TEXT",
"x-ms-dynamically-added": true,
"enum": [
"On Loan",
"Returned",
"In Transit"
]
},
"text_4": {
"description": "Please enter your input",
"title": "CustomerOrganization",
"type": "string",
"x-ms-content-hint": "TEXT",
"x-ms-dynamically-added": true
},
"text_5": {
"description": "Please enter your input",
"title": "CustomerContact",
"type": "string",
"x-ms-content-hint": "TEXT",
"x-ms-dynamically-added": true
},
"email": {
"description": "Enter an email address.",
"format": "email",
"title": "CustomerEmail",
"type": "string",
"x-ms-content-hint": "EMAIL",
"x-ms-dynamically-added": true
},
"text_6": {
"description": "Please enter your input",
"title": "CustomerPhone",
"type": "string",
"x-ms-content-hint": "TEXT",
"x-ms-dynamically-added": true
},
"text_7": {
"description": "Please enter your input",
"title": "AccountManager",
"type": "string",
"x-ms-content-hint": "TEXT",
"x-ms-dynamically-added": true
}
},
"required": [
"text",
"text_1",
"text_2",
"date",
"text_4",
"text_5"
]
}
},
"metadata": {
"operationMetadataId": "b8f61c18-7224-4f8a-9c5f-72fbce5df764"
}
}
Flow Step 2: Add a row into a table
{
"type": "OpenApiConnection",
"inputs": {
"parameters": {
"source": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"drive": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"file": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"table": "{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}",
"dateTimeFormat": "ISO 8601",
"item/Category": "@triggerBody()?['text']",
"item/Model": "@triggerBody()?['text_1']",
"item/SerialNumber": "@triggerBody()?['text_2']",
"item/Quantity": "@triggerBody()?['number']",
"item/DateLoaned": "@triggerBody()?['date']",
"item/ExpectedReturnDate": "@triggerBody()?['date_1']",
"item/ActualReturnDate": "@triggerBody()?['date_2']",
"item/LoanStatus": "@triggerBody()?['text_3']",
"item/CustomerCompany": "@triggerBody()?['text_4']",
"item/CustomerContact": "@triggerBody()?['text_5']",
"item/CustomerEmail": "@triggerBody()?['email']",
"item/CustomerPhone": "@triggerBody()?['text_6']",
"item/AccountManager": "@triggerBody()?['text_7']"
},
"host": {
"apiId": "/providers/Microsoft.PowerApps/apis/shared_excelonlinebusiness",
"connection": "shared_excelonlinebusiness",
"operationId": "AddRowV2"
}
},
"runAfter": {},
"metadata": {
"01D25EZCEPRXLWEILCGFBYNPFCSRST4LKX": "/EquipmentLoanTracking/SG_Poly_Customer_Loan_Equipment_Tracking_SampleData.xlsx",
"tableId": "{6BBFE4C9-4107-4007-885D-4FE415F0426A}"
}
}
The error message I get:
Error Message: The flow 'SGLoanInvAddNew' ('b6f0cf76-f816-f111-8341-00224802e9a7') failed to run with response code 'BadRequest', error code: TriggerInputSchemaMismatch. Error Code: FlowActionBadRequest Conversation Id: b9db9393-1169-419c-b2ca-292c35115db6 Time (UTC): 2026-03-05T02:19:23.877Z
Any help would be much appreciated