Mapping a Single Item to a List

Mapping a Single Item to a List

Comments

  • Is it possible to map a single string to a datatype expecting a list of strings? I tried to use Select From Flow to map a single string input to a list, but I get a red validation error when I do this.

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

    [/font][/color]
    [i]edited by enemystanduser89 on 3/11/2020[/i]

  • You can do this by changing the input type of the List datatype to Build Array. This would allow you to add each item individually into the list. First click on the input type and then select Build array. You can either use the mapping editor, or add individual items from the properties panel.I have screenshot examples of both attached.

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

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

Sign In or Register to comment.