fields

This block is part of the http connection 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 (in). 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.

fields v10.4.28

Runs the given function per field for easier validation. By default it makes a field required. Function return values can be condition, value (error)

In pins 1 + flow
  • flow
    flow
  • connection required
    httpconnection
Out pins 4 + flow
  • flow
    flow
  • connection
    httpconnection
  • valid
    condition

    Returns true if all valed

  • fields
    array

    All fields that returned an error

  • errors
    array

    All errors as returned by the running functions.

A typical wiring for fields: a function trigger starts the flow; the flow out pin feeds debug.

Studio canvas example for the fields block: typical wiring for fields.

Version history

Introduced in v10.4.28.


Back to http connection Return to the main group to view all sub-groups Back to validation Return to the group to view all blocks within this group