Set item action in List

You can set an item at the specific position in a list and store the output in a variable using the Set item action.

Settings

  • Select the list variable in which you want to set a value from the List variable list.
  • Specify the position in the list where you want to set the item in the Index number field. The list index starts from 0. The first item in the list is at position 0, the second item at 1, and so on.
  • Select a variable from the drop-down list in the Replace with field to replace the list variable.
  • Select a variable that you want to use to store the output from the Assign the output to variable list.