Creating a int type list

Creating a int type list

Comments

  • I get this error when i try to create a list with integers - https://ibb.co/f4Rg3Qc

    I am trying to create the list like this - https://ibb.co/9yMSYny

    Is this not the right way to create a int type list ? Works for str type.
    [i]edited by irfan.shaik@dxlabs.com.au on 10/16/2019[/i]

  • Hello!

    The method you used to create the Int list is correct. The issue here is with your mapping. Based on the error image you have attached, it looks like the input the flow is trying to store in the list variable is a single integer, but the int list you setup requires an int list to be stored in it. You may need to look at the other components of your flow to see where this list is getting the input from.

Sign In or Register to comment.