I’m creating an app that will have two types of users “brokers” and “customers”, both already have a database and specific screens. On the clinet screen I need to ask some questions that the client needs to select, and when I click on the “send” button, these answered questions will appear in the area of the user who enters as a broker. How do I do it?
Hello, you can create a form that includes questions for the clients and then after the questions are submitted you can create a screen for the broker where you can add a list that will show the answers of the clients there.
Thank you!