Skip to content

Commit

Permalink
ESC-417-date-input-is-not-showing-in-google-sheet (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala authored Dec 19, 2024
1 parent d7ce853 commit d18c4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/Integrations/Google/Sheets/SpreadsheetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ protected function setHeaders(string $id, array $headers): static

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();

Expand Down

0 comments on commit d18c4cc

Please sign in to comment.