Hi ,
I have a powerapp which is being built to showcase the notes added by different users . I am creating a multiline text box which shows all the notes/comments added by the users
I have a main Text box that is supposed to show all comments along with the date and time and then I have another text box(Say NewTextbox) and a submit button, So the expectation is user enters his/her comments in the new Textbox and it should get added to the main text box along with user's name, date and time. I tried using the patch function but it's throwing me all kind of errors, Can anyone suggest what can be done here.