ForAll(
// Only loop through the items where chkSelect is checked
Filter(Gallery1.AllItems, Checkbox1.Value = true),
// For each selected record, fire Download(...)
Download(
"https://xyz.sharepoint.com/sites/abc/_layouts/15/download.aspx?" &
"SourceUrl=https://xyz.sharepoint.com/sites/abc/" &
ThisRecord.'Full Path'
)
)
Enjoy Power Platform and have a great day 🚀 | My LinkedIn
If the answer helps, please consider 👍, Thanks.