Breaking Changes and Deprecated Features

This document lists features from the legacy Integration for Sentence Builder infrastructure that are not fully supported or require manual configuration when migrating to the monday workflows infrastructure.

You should use this reference if:

  • Your migration fails or shows errors
  • Blocks or recipes do not behave as expected after migration
  • You need to understand which features require manual updates

Most issues described below can be resolved through manual configuration or by using supported alternatives in monday workflows.

Authorization URL (deprecated)

Status: Not supported

The Authorization URL feature is not supported in monday workflows. If your app used the Authorization URL for authentication, you must manually migrate to a supported authentication mechanism.

See the Authorization URL Migration Guide for detailed migration paths and examples.

Unsupported Field Types

Some field types from the legacy infrastructure are not automatically migrated because they lack direct equivalents in monday workflows.

  • Blocks using these field types will fail during migration.
  • Fields marked Requires manual configuration must be recreated or remapped.
  • Some legacy fields have been obsoleted and require alternative configuration patterns.
Field TypeStatusNew Equivalent
Is Top GroupRequires manual configurationPrimitive boolean
Column TypeNot supported
General Column ValueRequires manual configurationColumn Value
MessageRequires manual configurationPrimitive string
NameRequires manual configurationPrimitive string
Date Column ValueRequires manual configurationPrimitive date
DurationRequires manual configurationDuration (but it has different behaviour)
Button Column ValueRequires manual configurationPrimitive boolean
Item MappingRequires manual configurationItem Values
Update ReplyRequires manual configurationPrimitive string
EmailNot supported
Slack ChannelNot supported
Gmail MessageNot supported
Email ConditionsNot supported
Mailchimp Contact ListNot supported
Linkage BoardsRequires manual configurationConnect boards
Linkage ColumnsNot supported
Number Comparison OperatorRequires manual configurationNumber operation
Board NameRequires manual configurationPrimitive string
Should Apply on Existing ItemsNot supported
Execution SourceNot supported

Block Migration Considerations

Some monday platform blocks have partial compatibility between the old and new infrastructures.

Blocks with partial field mapping

These blocks may migrate but behave differently because:

  • Inbound fields may not map directly
  • Outbound fields may be missing or renamed
  • New infrastructure capabilities differ from the legacy model

Affected blocks

Block NameIssue
Item createdTrigger mismatch in outbound fields
When item moves to boardTrigger mismatch in outbound fields
When any column changesTrigger mismatch in outbound fields
When item moves to groupTrigger mismatch in outbound fields
When button clickedTrigger mismatch in outbound fields
When date arrivesOutbound fields mismatch
Create board from templateMissing block in new infrastructure
Board name changedMissing block in new infrastructure
When status changes to somethingTrigger mismatch in outbound fields
When subitem createdMissing outbound fields
Assign person behaviorSplit into two blocks: Add assignee and Replace assignee
Create project from templateMissing block in new infrastructure
Every day if date has passed (7 days)Missing outbound fields
When item name changesMissing outbound fields
When person assignedMissing outbound fields
Status changesMissing block in new infrastructure
When email changesMissing outbound fields
When update createdMissing outbound fields
When form is submittedMissing outbound fields
When column changesMissing outbound fields
When status changes from X to YTrigger mismatch in outbound fields
When subitem status changesMissing outbound fields

Impact on your app

Custom app blocks

  • Should migrate without issues
  • Backend URLs and logic remain unchanged

Blocks using unsupported field types

  • Will fail during migration
  • Require manual configuration before retrying

Impact on recipes

Recipes define how trigger outbound fields connect to action inbound fields. Migration may fail when unsupported or partially supported field types are involved.

Common recipe migration errors

  • Trigger uses an unsupported outbound field
  • Action expects data from an unsupported outbound field
  • Field mappings cannot be translated to the new infrastructure

What to do

  • Review errors in the migration summary
  • Identify which field mappings caused the failure
  • Recreate the recipe manually using supported field types