Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Fill

Data Action Grooper.GPT

Executes a selected Data Fill Method on the current Data Model, Section, or Table.

Remarks

The Fill action runs a specified Data Fill Method defined on the in-scope Data Model, Data Section, or Data Table.


Purpose

  • Use Fill to populate or normalize data elements after extraction, using custom logic encapsulated in a Data Fill Method.
  • Fill methods are typically used for advanced data population, normalization, or post-processing scenarios that go beyond standard extraction.

How it works

  1. The action locates the available fill methods from the current scope's FillMethods collection.
  2. The method specified by the 'FillMethodName' property is executed.
  3. The fill method can populate, transform, or validate data elements as needed.

Example

Suppose you have a table of line items and want to auto-calculate a "Total" column after extraction:

  • Define a Data Fill Method on the table to compute totals.
  • Set 'FillMethodName' to the name of that method.
  • Add a Fill action to your Data Rule to invoke the method after extraction.

Related Concepts


For more information, see the documentation for Data Fill Method, Data Rule, and related data normalization objects.

Properties

NameTypeDescription
General
Info

Used By

Notification