obiwanzenobiOriginal post
Rank 3: Container
I have 2 collections A and B
I want to have 2 different attributes in collection 2 with relationship to collection B
creating attribute relA_1 passes
but creating attribute relA_2 shows failed indicator next to attribute name in the console. This fails in both console and from Dart SDK.
Additional info:
one-way
many-to-many
Summary
User is trying to create a second relationship attribute to a collection, but it fails.
The issue could be due to a conflicting key or other reasons.
The user wants to have two different attributes in collection 2 with relationships to collection B.
Creating the first attribute succeeds, but creating the second attribute fails.
This happens both in the console and from the Dart SDK.
The relationship is one-way and many-to-many.
Possible solution:
Check the JSON response for more details on why it failed.
Ensure there are no conflicting keys or other conflicts.
Confirm that the syntax and format of the attribute creation is correct.
Verify that the relationship is set up