I have a Gallery that contains another Gallery.
I need to make an XML file with all this information, but I can't parse it to JSON.
Gallery (Clothes) contains "N" clothes, and each Clothes contains "M" printed logos.
It looks like is a loop in a loop.
My last try was to put in a label inside the items of the main gallery (clothes) with de JSON code of the joined gallery (logos), and then repeat the process outside in another label with the full JSON code.
Like:
Set(_JSONlogos;JSON(gal_logos_clothes.AllItems;JSONFormat.IgnoreUnsupportedTypes));;
Set(_JSONtextil;JSON(gal_clothes_order.AllItems;JSONFormat.IgnoreUnsupportedTypes & JSONFormat.IgnoreBinaryData))
But it returns a NULL.
Any suggestions?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
195 | |
46 | |
45 | |
42 | |
36 |
User | Count |
---|---|
269 | |
82 | |
81 | |
75 | |
69 |