We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07a81a commit 6d26684Copy full SHA for 6d26684
1 file changed
apps/sim/executor/resolver/resolver.ts
@@ -800,6 +800,7 @@ export class InputResolver {
800
const blockType = currentBlock.metadata?.id
801
802
let formattedValue: string
803
+
804
805
if (currentBlock.metadata?.id === 'condition') {
806
formattedValue = this.stringifyForCondition(replacementValue)
0 commit comments