Skip to main content
kavyam0002
October 19, 2022
Question

updatedictonary

  • October 19, 2022
  • 2 replies
  • 0 views

this is the save into code what might be the issue here

    2 replies

    stefanhelzle0001
    Brainy
    October 19, 2022

    The error message says "Received null input for dictionary". So your rule input seems to be null.

    dimitriss5700
    October 19, 2022

    What is the structure of your dictionary? Did you initialize it before you passed it as a rule input? It must have a value/structure in order to update it.