push to datatable

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

push to datatable v14.0.3

Sends a state update to the datatable to refresh their data.

In pins 5 + flow
  • flow
    flow
  • request id
    value

    If set will only push to the datatable if the latest request id matches the given id. If empty will always push.

  • state key required
    value

    State key of the datatable to update

  • state
    state

    The state to push to the table.

  • position
    value

    The position to push to, possible values: top, bottom

    Default top

  • clear previous
    condition

    Will clear the previous row if set to true

    Default false

Out pins 0 + flow
  • flow
    flow

A typical wiring for push to datatable: a function trigger starts the flow; value feeds the key pin; the flow out pin feeds debug.

Studio canvas example for the push to datatable block: typical wiring for push to datatable.

Version history

Introduced in v14.0.3.


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