We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc7a4d commit da8f723Copy full SHA for da8f723
packages/backend/src/apps/m365-excel/actions/get-table-row/implementation/get-top-n-table-rows.ts
@@ -57,8 +57,8 @@ export default async function getTopNTableRows(
57
58
if (rangeParseResult.success === false) {
59
throw new StepError(
60
- 'Received invalid table range data',
61
- 'Double check your Excel file and retry the step if needed',
+ 'Invalid table range',
+ 'Check your Excel file and try again',
62
$.step.position,
63
$.app.name,
64
)
0 commit comments