Map Reduce

Map over an array and executes a sequence of blocks in parallel.

Parameters:

  • From: Reference of a block name that outputs an array

  • Repeat: Integer value that specifies the amount of time to repeat the execution of blocks inside the loop

Last updated