Hello,
I'm building my first Power App and have it connected to an Excel spreadsheet. I have three issues with this currently:
#1 - It seems that regardless of how I have the spreadsheet sorted, when I submit the form data from the Edit Form, it creates a new record at the bottom of the spreadsheet leaving all rows above it blank. I want to know how to correct this so that it uses the next available row (from the top) to create the record.
#2 - Along those lines, I have multiple screens in the app for entering data with each screen's fields mapped to their own fields on the spreadsheet. The problem is, when I click on the Submit button on each screen, it creates a new record (row) on the spreadsheet. I want to be able to combine all the data from all the screens (there are 5 total) onto one record (row) on the spreadsheet and I don't know how to do that.
#3 - Finally, I am using a date picker on one screen and have it defaulting to today's date. However, when I submit, it shows up in the spreadsheet as 1/1/1970. I'm not sure how to correct this.
Any help from this community would be much appreciated!
Thanks,
Eddie