Add String to Array (+1); feed whole Array to Widget

  1. You can use Add to add the strings to the array. New entries will be added at the end.
  2. You can use Join String Array to join the entries together, using “\n” as separator to put each one on a new line.