
Hi everyone, I'm going through a weird situation where i can't map relationships for documents while creating it using Web SDK. But i can create a document with an option to select a relation from available attribute records. Unfortunately there's no clue on Appwrite's official documentation.
My concern is to create a new document and want to provide it's relationship attribute ID from the Web SDK instead of creating it on Appwrite Console.
Your feedback regarding this issue are welcome, thank you!

@Steven can you share you thoughts regarding this issue ?

No need to ping. Just wait for anyone to respond


Yeah I read that and I have already created a relationship, now my concern is to create a document with link to it's any of the attribute from it's relationship collection.

Sorry to ping you, I will follow your suggestion hereafter.

In documentation there's no explanation to create a new document with linking the relationship attribute from it's related collection, but in console i can create a one like that. https://cdn.discordapp.com/attachments/1190338358774345820/1190338359374119003/image.png?ex=65a16ffc&is=658efafc&hm=dea883305c5a5f942627d5a20ac94378f97c2bf621682b20bf98e63caccea239&
You can take a look here, I already created a Relationship. https://cdn.discordapp.com/attachments/1190338358774345820/1190488756772413611/image.png?ex=65a1fc0d&is=658f870d&hm=8a338d59399eeb47f0df4ce390b212d33c7f3786c5fc4d1559c28797cd0f9263&

What do you mean by:
with link to it's any of the attribute from it's relationship collection.
Recommended threads
- [SOLVED] Row with requested ID doesn't e...
``` async function test() { try { const input = {} const extracted = Object.values(input).map(item => ({ $id: item.postId, ...
- no. of rows selection
give option to select no. of rows to list per page
- Google consent screen is not showing aft...
Hey Appwrite team! 👋 I'm working on a Next.js app with Google OAuth integration using Appwrite, and I've run into a common UX scenario that could be improved. ...
