Is it possible to auto populate a dataverse table? I have created a model driven app and within it I have a table which I use to record multiple questions. These questions are then answered in another table either a yes or a no and linked to a systemuser table. Id like to be able to fully automate or even semi automate the creating of the rows in the question answer table, Is this at all possible. I've been able to manually do it by editing the dataverse table with excel and copying the relevant GUIDs for the User and questions but id prefer to have a more user friendly method if possible.
I know I can manually creates the links one by one withing the app, but there are 500+ questions that need to be added to 50+ users so this would take some time.