From d18c4cc9bf3f640f05532588ce1ff890c1bbdc4c Mon Sep 17 00:00:00 2001 From: Chirag Chhatrala <60499540+chiragchhatrala@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:04:41 +0530 Subject: [PATCH] ESC-417-date-input-is-not-showing-in-google-sheet (#653) --- api/app/Integrations/Google/Sheets/SpreadsheetManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/Integrations/Google/Sheets/SpreadsheetManager.php b/api/app/Integrations/Google/Sheets/SpreadsheetManager.php index 77e73bce..6bb189e5 100644 --- a/api/app/Integrations/Google/Sheets/SpreadsheetManager.php +++ b/api/app/Integrations/Google/Sheets/SpreadsheetManager.php @@ -129,7 +129,7 @@ class SpreadsheetManager public function buildRow(array $submissionData): array { - $formatter = (new FormSubmissionFormatter($this->integration->form, $submissionData))->useSignedUrlForFiles()->outputStringsOnly(); + $formatter = (new FormSubmissionFormatter($this->integration->form, $submissionData))->useSignedUrlForFiles()->showHiddenFields()->outputStringsOnly(); $fields = $formatter->getFieldsWithValue();