Sending data from Construct 2/3 to Google Spreadsheet

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Is "AJAX Send" inside the For Each loop? It needs to be outside. Inside the loop you add all array elements into one string, which at the end should look something like this:

    "?name1=Joe&name2=Pete&name3=Mary" (names can be URL-encoded)

    Then send this string with AJAX once.

    • Ill try to open a discussion tom and will tag you to it so ican show you what my codings are (which are not far from whats yours). It that is okay? Thanks.