Hello Experts,
I am looking to extract multiple rows from gallery item based on the checkbox selection and would like to pass those rows data to the flow. e.g
Source Data
ID | ProductName | Subproducts | SubproductsIDs | Owner |
1 | A | xyz | E001 | bob |
2 | B | abc | E002 | Jane |
3 | A | pqr | E003 | Smith |
4 | B | def | E004 | bob |
Gallery View -
Gallery1. A
Gallery2.Xyz Checkbox1.value
Gallery2.Pqr Checkbox1.value
Gallery2. B
Gallery2.Abc Checkbox1.value
Gallery2.def Checkbox1.value
Requirements - If I check Subproducts from the Gallery2 list Items and click on a button, SubproductsIDs should be passed in flow in an Array/Json format.
Thanks in Advance!

Report
All responses (
Answers (