Add data to existing List

Add data to existing List

Comments

  • I have a record that has a List Field, but I need to add a new item to the list. How can I do this?

  • To add additional items to an existing List we can use the "Add Item to List" step. This step can be found in the Data>List Category under steps.
    I have build an example that demonstrates how to use this step.

    [color=rgb(127, 140, 141)][font=Roboto][img]att5[/img][/font][/color]

    In this Example I first use a Create Data " step to hold the original list. For this example I am using a string List.
    [color=rgb(127, 140, 141)][font=Roboto][img]att4[/img][/font][/color]

    The "Add Item to List" step has the following configurations:
    [ul][li]New List: This is set to a constant variable that will be added to the original list[/li][li]Original List: This is mapped to the List on the Create Data step.[/li][li]Output: This step outputs a new list with the added item.[/li][/ul]

    [color=rgb(127, 140, 141)][font=Roboto][img]att3[/img][/font][/color]
    The Show Form displays the original list and the New list.

    [color=rgb(127, 140, 141)][font=Roboto][img]att2[/img][/font][/color]
    [i]edited by faiza@decisions.com on 11/3/2020[/i]

Sign In or Register to comment.