Smartsheet Connector
Documentation
Version: 2
Documentation

Release Notes


On this page you can find what's new in Smartsheet Connector.
Date Description
2024-11-15 New - Changed FailIf=RowsFoundAndNotHandled to FailIf=ExpressionFoundNotHandled to handle soft errors when AllowPartialSuccess=true and user has not attached output in apps like SSIS (ODBC has output ON by default for INSERT / UPDATE so no issue there except Output=0 set in WITH clause)
2024-11-15 New - Add two new params AllowPartialSuccess and OverrideValidation for Update Rows operation
2024-11-15 Fix - BatchFailedItems always blank in case of AllowPartialSuccess=true (Known Issue: This column only returned if atleast one Good row in INSERT / UPDATE. If all bad rows then generic error is returned. To know exact error set AllowPartialSuccess=false)
2024-11-15 Fix - AllowPartialSuccess and OverrideValidation has no effect for Add Rows operation
2024-11-15 Fix - Apps like SSIS always throws error if API Destination Output not connected to some Destination
2024-08-26 New - Initial version