Forms

@Robert_Petitto s it possible that sent forms by users will be directed to other users like a chat

You mean redirecting a user to a new tab after completing the form?

@ThinhDinh nope

@ThinhDinh like a private chat

I linked the steps detailed by Lisa the other day for you, did you try to implement it?

Also, please be more detailed in your title so that people in need will find it more easily, thank you.

As long as you write your form details with your email and the other user’s email (preferably in an array column), and display your data in a way that the data is filtered by signed in user, then you should be able to do it. Each user will only see the form data where the email array column is filtered by signed in user.