Id like to be able to gather info in each of these rows from a user (getting weights for each exercise) then be able to add all those rows to the bottom of a bigger spreadsheet to keep log of it
thankyou
Eddy
Id like to be able to gather info in each of these rows from a user (getting weights for each exercise) then be able to add all those rows to the bottom of a bigger spreadsheet to keep log of it
thankyou
Eddy
Is that spreadsheet connected to Glide?
Regardless, you should create a JSON out of each row, and then gather all those JSONs in a JSON array.
Send that array to something like Make or Zapier, iterate through them, and add them to the spreadsheet you mentioned.
hi!
yeah so its connected to google sheets. i wouold literally want it logged in same format just sent to add to underneath last row in the google sheet, then its cleared on the app like a form, so i can add more entries
is tat all doable within glide or do i need to use zapier?