
Hello!
I think my request here is a little complicated and may be impossible. I have a form that is looking at 'Test Data' which is stored in Dataverse. If columns are added to this 'Test Data' table, I need the form in my PowerApps 'Form1' to be updated with these new columns as well. For example, Admin goes in and adds question (How many p's are in apple?), I then want my 'Form 1' which has this 'Test Data' table as its Data Source to display (How many p's are in apple?) as a new DataCard on the form. Is it possible to do this?
Thanks in advance for any help/advice.
Hi @ABarino ,
You will want to think of this from a normalized table perspective to accomplish. Instead of adding columnt to the Test Data table for things like "How may p's are in apple?" these should be rows in that table I would expect?
The following high level data model, as an example could support different courses that have different test and then the data (i.e. questions) for the tests. This is a basic model but hopefully it makes sense. You would then add these to a model application and the Teachers would enter the rows for the Test Data table and one of the rows would have your question "How many p's in apple?"