Repeater

[data/dictionary/Repeater]


Repeats the received data for each item in the dictionary. Example:

  1. {"foo": 1, "bar": 2}@0 receiced via dict

  2. "A"@0 received via data

  3. "A"@0:0 "A"@0:1 sent via data


Keywords: repeat, for, loop

Input ports

  • dict: {string: any}

  • data: any

    Data to be repeated

Output ports

  • data: any

    Repeated data

Last updated