gpgs_allow_user_entered_values

  1. Description
  2. Usage
  3. Parameters
  4. Since

Description

Allows formula values, dates, numbers, currency, etc to be written to a sheet instead of raw strings.

This is useful for adding formatted dates, numbers and formulas to a Google Sheet right from a GP Google Sheets Feed.

Usage

add_filter( 'gpgs_allow_user_entered_values', '__return_true' );

Parameters

  • allow_user_entered_values bool

    Whether or not to store formatted values or raw strings. (default is false which stores raw strings)

  • feed array

    The feed being processed.

  • rows array

    The rows being written to the Sheet.

  • columns array

    The column mappings as configured for this feed.

Since

This filter is available since Gravity Forms Google Sheets 1.0-beta-2.1.