Error while writing in data store entity

Certified Associate Developer




I'm passing multiple values in fields above except id (Id field is emoty as i have cofigured in cdt as autogenerate),
Like paasing a code in userId which returns {2,2,2,2}
code in product id returns {1,2,3,4}
code in userProduct quantity returns {100,55,68,75}
code in total price returns {100,230,45,67}

isactive is true


Can you help me what is the issue here?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    Hi Thanks a Lot, 

    The error got resolved but 

    I'm passing multiple values in fields above except id (Id field is emoty as i have cofigured  as autogenerate),
    Like paasing a code in userId which returns {2,2,2,2}
    code in product id returns {1,2,3,4}
    code in userProduct quantity returns {100,55,68,75}
    code in total price returns {100,230,45,67}

    isactive is true

    in table only 1st values are getting written
    in above case it is only creating only 1 row instead of 4 rows

    in this case am I supposed to use looping and writing every time?

Children