OriginalPostID-198138
Discussion posts and replies are publicly visible
That's great. I want to achieve the exact same thing but in my case the ri!value is list of documents. And in final dictionary also I need the value to be List of Documents.
I have ri! key = "logo" & ri!value = {document1, document2} of type document.
I need to create dictionary that is
{
logo : {document1, document2}
}