Hi, im trying tu create a card relation
mutation {
createCardRelation(input: {
parentId : 8050[my card parent id],
childId : 6552[mi card child id],
sourceType : "PipeRelation",
sourceId : "some[i donr not what put here!]"
}) {
clientMutationId
}
}
If i setup the sourceId as my organization id then i get “"Validation failed: Source Source PipeRelation is not connected to repo”
![](https://uploads-us-west-2.insided.com/pipefy-en/attachment/39f490a8-7172-4bd8-9625-b7dd61d74327.png)