Skip to content

Commit d18c4cc

Browse files
ESC-417-date-input-is-not-showing-in-google-sheet (#653)
1 parent d7ce853 commit d18c4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/app/Integrations/Google/Sheets/SpreadsheetManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ protected function setHeaders(string $id, array $headers): static
129129

130130
public function buildRow(array $submissionData): array
131131
{
132-
$formatter = (new FormSubmissionFormatter($this->integration->form, $submissionData))->useSignedUrlForFiles()->outputStringsOnly();
132+
$formatter = (new FormSubmissionFormatter($this->integration->form, $submissionData))->useSignedUrlForFiles()->showHiddenFields()->outputStringsOnly();
133133

134134
$fields = $formatter->getFieldsWithValue();
135135

0 commit comments

Comments
 (0)