Is there a way to *dynamically* add a new element to a dictionary?

I'd like to at run time add new name value pair to a dictionary. Is this possible?

Thanks.

OriginalPostID-239395

  Discussion posts and replies are publicly visible

Parents Reply
  • Stefan, that would be wonderful, but I do not have the option to update to the new versions of the Dictionary Manipulation plugin. Is it possible to accomplish the same with your previous updatecdt / fromJson / toJson approach?

    There was another post where a contributor suggested incorporating reduce() with your recipe for updatecdt() but I do not know how to work in the correct syntax to accomplish the desired outcome.

Children