RSVP - Google Sheets integration

Hi Amanda,

The order is a bit weird. Some fields are optional and that tends to break things. As the fields are then all moved down 1. Although that gives me an idea. I could insert an extra array index if required so the values import in the right order.
I’ve added some code that re-orders the array before the append. It will be interesting to see what happens when there are multiple events with slightly different forms.
The onRSVP() action doesn’t return the event name, only the event ID (which isn’t very helpful) so I’m trying to pull that in and add it as well.

It’s working well enough, but there is still some tinkering to do.