Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

this blocks apply a function on a column of a table

onOffToBool

this block transforms "Off" and "off" to false and everything else (including "On" and "on") to true

Control Flow

forEach

runs an action on each element of an input array

...