diff --git a/packages/server/src/db/linkedRows/index.js b/packages/server/src/db/linkedRows/index.js index aa795284cb..f60c4c7f26 100644 --- a/packages/server/src/db/linkedRows/index.js +++ b/packages/server/src/db/linkedRows/index.js @@ -51,7 +51,7 @@ async function getLinksForRows(appId, rows) { return getUniqueByProp( responses // create a unique ID which we can use for getting only unique ones - .map(el => ({ ...el, unique: el.id + el.fieldName })), + .map(el => ({ ...el, unique: el.id + el.thisId + el.fieldName })), "unique" ) }