Answer the question
In order to leave comments, you need to log in
How to record google sheets dropdown value?
I work with Google Spreadsheets via the API, write the data collected to the $g array like this:
$body = new Google_Service_Sheets_ValueRange( [ 'values' => $g ] );
$options = array( 'valueInputOption' => 'USER_ENTERED' );
$service->spreadsheets_values->update( $spreadsheetId, 'Leads!A2', $body, $options );
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question