Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #30 #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Issue #30 #31

wants to merge 2 commits into from

Conversation

cotusandro
Copy link

@levinunnink, please take a look

@levinunnink
Copy link
Owner

Hi @cotusandro, what was the reason for this change?

@cotusandro
Copy link
Author

cotusandro commented Apr 6, 2024

In the previous approach, data was added at the bottom of the spreadsheet instead of after the header row. This means you had to scroll down to see new entries, especially with large datasets. The new change addresses this by allowing you to handle larger datasets and frequent submissions more efficiently.

Edit: This aligns with how we typically view new information – when a new email arrives, it typically appears at the top of your inbox, with older emails listed below. This approach is also common with many HTML form providers, where new entries are displayed first and older entries are placed at the bottom.

@cotusandro
Copy link
Author

Hi @levinunnink, just wanted to update you that I've used the updated script, and I haven't encountered any issues or errors. I successfully received more than 10,000 entries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants