Skip to content

MultiPickerParser

avivbiton edited this page Mar 24, 2019 · 1 revision

MultiPickerParser

  • Description: Picks a random value from each array and combine all the values together.
  • Accepts: Object
  • Format:
{
 "options": [["array of string "], ["a second array"]]
}
  • Result: array of string a second array
  • Additional Notes: Best used when you want to randomize multiple line of text into one field

Clone this wiki locally