Hi,
How can I get document content from multiple group widget?
I hava this:
field_Grupo1.get(0)[“multiAss”]
this give me:
multiAss:[multiAss42b6fd26-7614-4858-b049-e1b6f58c4418]
but:
multiAss42b6fd26-7614-4858-b049-e1b6f58c4418 it´s type String and I need type DocumentValue.
I know the structure is:
List<Map<String,String>>
I need something like:
List<Map<String,DocumentValue>> I guess.
Hope anyone may help me.