
I have a simple Excel table with three columns titled "Name", "Score", and "Points". There is a list of 20 names under "Name" but the other two colums are empty. I am building an app (in Tablet layout) to calculate the score and points for each name. Once they're calculated, I want to write that data back to the Excel table. I'm trying with an Edit Form but I can't get it to populate the names. Any thoughts?
Hi @hughrmarks,
Please understand that using EditForm, you could only edit and submit to Excel table one record at a time.
I cannot reproduce your issue. My table:
Using this table as the data source, the generated app is like below:
Regards,
Mona