Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix resolve values fallback
  • Loading branch information
icecrasher321 committed Mar 7, 2026
commit 94abc424be7f091ffcf0d3cdc93f5dadd90791e1
2 changes: 1 addition & 1 deletion apps/sim/lib/workflows/comparison/resolve-values.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export async function resolveValueForDisplay(

const selectorCtx = context.blockId
? extractSelectorContext(context.blockId, context.currentState, context.workflowId)
: {}
: { workflowId: context.workflowId }

// Credential fields (oauth-input or credential subBlockId)
const isCredentialField =
Expand Down