Use a Google Sheet Add-On such as Autocrat. Whenever a new record gets generated via Glide Form Button, Autocrat will automatically create an email / attached invoice using the columns as mail merge data. You can specify the recipients of the email and include instructions for next steps.
Sure, as long as you place a comment component on a page that only the buyer and the seller can access. Maybe a form button to “start chat”, from the item page. Write the buyers email in one column and the seller email in another column. Make sure the columns are labeled Email 1 and Email 2 so glide creates an array column of Email. Display an inline list of the chats in the item detail page and filter by signed in user against the Email array column.
You can keep the form button where you have it in the item details. Use the form button to submit the item, the seller email, the buyer email, and a Unique Identifer to a new chat sheet. In the item details sheet, create a relation column that links the item to the chat sheet using the item name or code. On the item detail page, create an inline list that uses the relation column to point to the chat sheet. Filter the inline list by signed in user. Only the the buyer and seller will see their own record in the list. Open the chat record in the inline list and add a comments component. Set the comments component to use the unique identifier value, so the chat will not be visible to other users. That should be it.
It looks like you keep making large changes that don’t follow my directions, so I can’t keep up with you. Take some time to read through my steps. Even if it takes several days to try to understand it. You are kind of all over the place with your changes and responses so it makes it hard to help.
Why is your relation column linking No Code to Buyer Email?
Why did you not select match multiple on the relation column?
Why are you using a relation component instead of an inline list component?
Why are you setting Visibility on on the relation component instead of a filter on an inline list component?
You have unique ID in your form screen, but where is the users email special value component? Where is the item column value component? Where is the Seller’s email column value component?
Maybe this feels like a component relation that doesn’t appear.
But I will start with a special file to app for learning to Chat so that it’s easier to see.
I will follow all your words/sentences direction.
We are making some step:
“You can keep the form button where you have it in the item details. Use the form button to submit the item, the seller email, the buyer email, and a Unique Identifier to a new chat sheet.”
Ok, We are making 'Form Button in the page detail “Seller Name” profile technician". It is content data the seller email, the buyer email, and a Unique Identifier.
I have been in the form of Learning all Relation videos, and IF-THEN-ELSE video, and using the formula = {“SheetName”! A: B} to make automatically set or copied to fill in the User , Email, and Email 1 . I have also learned how to “Home and Inline page” that automatically appears, but all of that hasn’t worked.
I think I can understand better when I see the correction with screenshoot picture tutorial.
If you go back to my video, you’ll see that I mentioned that the key/source you use with the comments has to be the unique to the user viewing the comments (their email address for example)…