resolveExpressionValue<T>( value: ExpressionOrValue<T>,): string | T
Resolves an ExpressionOrValue to its string representation for use in n8n workflows. If the value is an ExpressionBuilder, returns its expression string. Otherwise, returns the value as-is.
Resolves an ExpressionOrValue to its string representation for use in n8n workflows. If the value is an ExpressionBuilder, returns its expression string. Otherwise, returns the value as-is.