get form data

This block is part of the state ui group and was last modified in core v10.4.28.

Fields Selection Required

This block relies on fields that you selected to perform its data actions. You must manually select the fields you want to use in your flow using the fields selector modal. To access the modal, click the white button on the block.

Field Selection Required

This block requires field selection (out). You must manually select the fields you want to work with using the field selector modal. To access the modal, click the white button on the block.

get form data v10.4.28

Retrieves the form data from the state.

In pins 1 + flow
  • flow
    flow
  • form id required
    value

    A unique ID for the form. Used to retrieve the data

Out pins 2 + flow
  • flow
    flow
  • error
    value
  • data
    object

A typical wiring for get form data: value feeds the form_id pin; the flow out pin feeds execute.

Studio canvas example for the get form data block: typical wiring for get form data.

Commonly used with

In production blueprints, this block is most often wired together with:

  • execute: this block feeds into it. Executes the given funcion and waits for it to be executed.
  • create: feeds into this block. Creates a new function that can be executed using the given name.
  • value: feeds into this block. Simply returns the provided value.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v10.4.28.


Back to state ui Return to the main group to view all sub-groups Back to state actions Return to the group to view all blocks within this group