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 e647212 commit 1e4d034Copy full SHA for 1e4d034
libs/web-flow-executor/src/nodes/show-input.ts
@@ -265,7 +265,7 @@ export const getShowInput: NodeTaskFactory<NodeInfo> = (
265
displayName: 'raw input value',
266
type: 'json',
267
getData: () => {
268
- return { value: inputValues };
+ return inputValues;
269
},
270
271
];
libs/web-flow-executor/src/nodes/show-value.tsx
@@ -290,7 +290,7 @@ return ${input ? input : '""'};})(${input ? input : '""'});\
290
291
292
293
294
295
296
0 commit comments