Skip to main content
kavyam0002
October 21, 2022
Question

updatedictonary

  • October 21, 2022
  • 1 reply
  • 1 view

this is the code i have written 

    1 reply

    mikes0011
    Brainy
    October 21, 2022

    the error message is telling you that local!crAppContractCustTessSupport is an array, and shouldn't be.  If it is a list and you need to update all items in the list, you should iterate over it using a!forEach() and calling updateDictionary() inside that.  If it's not supposed to be a list, then you need to take specific steps where it's initially defined to make sure it resolves as a single dictionary as opposed to an array.

    The Expression Guru