Hello,
I'm building not a game but a tracking device to help my dad collect his feelings about his health condition.
It's a very simple system : when he feels a change in is health condition, he can press a button on screen to record how he feels : bad, average, good. This will help the doctor have a vast overview of his wellbeing and help adjust his medication.
Information are send to an array but I'd like to have them sent to a google spreadsheet instead so it's easier to share with me and the doctor.
Here's the process :
each time a button is pressed to send information, internal array is updated and the whole array sent to a google spreadsheet so that this sheet would have the same content as the array.
I read dop2000 tutorial here about connecting to google spread here
construct.net/en/tutorials/sending-data-construct-23-1447
but don't how to for example add a line to the google spread.
My app so far is here :
dropbox.com/s/qby4216xcv0cnp3/healthapp.c3p