I am trying to post data from android app using google script. I have a form designed in the android, however, when Ienter image description here post it in the google sheet, it is not posting in a single line. I wonder where am I going wrong. Any help would be deeply appreciated. Thanks in advance.
function insert(e,sheet){ // reciving scanned data from client i.e android app
//if (e.parameter.pa != ""){
var uid = e.parameter.uid; var date = e.parameter.dat; var sat = e.parameter.sat; var pa = e.parameter.pa; sheet.appendRow([date,sat,pa,uid]);} https://stackoverflow.com/questions/65453344/unable-to-post-in-single-line-in-google-script December 26, 2020 at 11:05AM
没有评论:
发表评论