Files
twenty/packages
Félix Malfait 46b0c46beb fix(workflow): include relation target field metadata in find-records action
Workflow Search Records action built its fields list from
flatObjectMetadata.fieldIds — only the source object's own fields. The
shared dispatcher then couldn't resolve the relation target field by id
and silently dropped the filter, so a configured one-hop traversal
(e.g. People where Company → Name Contains "Airbnb") wasn't applied.

Collect relationTargetFieldMetadataId from the input record filters
and add them to the field id list before resolving against
flatFieldMetadataMaps.
2026-05-18 11:12:59 +02:00
..
2026-05-04 11:09:34 +02:00