InvalidFieldRelationship Error When Declaring Relationship to Nested Field in Collection #3089
Replies: 1 comment 2 replies
-
Hi @faizur11786, It seems to me that you should break your up your balances collection so that instead of an array you have an Alternatively, could the metadata field be placed in the items array as another field? Does this help? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering an issue where I'm receiving an
InvalidFieldRelationship
error. I'm trying to establish a relationship from one collection to a nested field within another collection.Here is my Balance collection configuration:
I then want to use it in another collection like this:
But this gives me the InvalidFieldRelationship error: "Field NFT has invalid relationship 'balances.items'."
I would appreciate any help or guidance on how to establish a relationship to a nested field within another collection, or if this is an unintended limitation, for this issue to be addressed. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions