Skip to content

Commit 03a962f

Browse files
committed
fix onedrive input parsing by reusing code subblock
1 parent bb4ec6f commit 03a962f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/sim/blocks/blocks/onedrive.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ export const OneDriveBlock: BlockConfig<OneDriveResponse> = {
8282
type: 'code',
8383
language: 'json',
8484
generationType: 'json-object',
85-
placeholder:
86-
'Enter a JSON array of rows (e.g., [["A1","B1"],["A2","B2"]]) or use a reference like {{block_1.rows}}',
85+
placeholder: 'Enter a JSON array of rows (e.g., [["A1","B1"],["A2","B2"]])',
8786
condition: {
8887
field: 'operation',
8988
value: 'create_file',

0 commit comments

Comments
 (0)