Filtering single link fields without using Record ID

Hello @dev4

You can filter the records normally by fields, however, if you are trying to filter it from a single link field you are going to run into a limitation, as you can’t currently filter linked records based on their fields ( Deep filtering on both CMA and CDA )

A way to go around it would be to create a temporary mapping of the Dato IDs to the UUIDs, and then when filtering for the UUIDs you can simply filter based on the correspondent Dato IDs.