I have a google form with 3 questions.
Data collected are sent to a google sheet.
I have a function that performs auto sorting based on 1 column.
I execute this function inside onEdit and onChange functions.
However, when a new row comes in from the Form those functions won't get triggered and there's no sorting being made. I have to manually edit some cell to trigger it.
Is there an event that is being triggered when a new row comes in from the Form that I am unaware of?