I built a power app by creating an excel sheet with information I have and information I need from users. I imported that sheet into SharePoint. I connected SP as a datasource in my powerapp. Currently, when users enter information into the app it updates the SP list. However, if in a months time, a user updates something in the app, the data in the SP list is replaced with the new submission. I would like to create records of the submissions. I know one way to do this is using the collect function, however I am having difficulty. Because there is a datasource involved, it is not as simple as if there wasn't. I have questions that users fill out that are populated from the SP list. I have choice drop downs and text entry etc. I'm not sure which control to write the collect function for. If anyone is able to help point me in the right direction, I would greatly appreciate it.