We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db8404 commit c67a9b3Copy full SHA for c67a9b3
apps/sim/app/api/function/execute/route.ts
@@ -503,6 +503,7 @@ function injectBlockVariables(
503
}
504
// Skip if already defined by another resolution step
505
if (normalizedName in contextVariables) {
506
+ logger.warn(`Block variable '${normalizedName}' already exists in context, skipping injection for blockId: ${blockId}`)
507
continue
508
509
const blockOutput = blockData[blockId]
0 commit comments