Hi there,
Currently I have a gallery with items form my Orders Table, so the gallery looks like this:
Laptop
USA >
New
If I need to have separate labels showing the value for each item in my gallery, how can I do this?
I need to be able to retrieve item by item form my gallery because I need to populate a word template in different parts.
Any help please?
Thanks
Solved! Go to Solution.
Hi @sajarac
If you need to loop the entire gallery, you can use the forall formula:
ForAll(Gallery1.AllItems,<YOUR_ACTION>)
With this formula you are able get one by one the galery items.
Best Regards
--
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions help users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @sajarac
If you need to loop the entire gallery, you can use the forall formula:
ForAll(Gallery1.AllItems,<YOUR_ACTION>)
With this formula you are able get one by one the galery items.
Best Regards
--
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions help users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
User | Count |
---|---|
207 | |
92 | |
84 | |
49 | |
40 |
User | Count |
---|---|
263 | |
104 | |
103 | |
61 | |
59 |