Collect(varCheckBox, ThisItem)
Remove(varCheckBox,ThisItem)
ForAll(
ShowColumns(
varCheckBox,
'{Link}'
),
Download('{Link}' & "action=view")
);
Clear(varCheckBox);
Set(
varResetCheckBox,
true
)
ForAll(
varCheckBox, // Iterate directly over the collection
Download(ThisRecord.'{Link}' & "action=view")
);
WarrenBelz
146,518
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,751
Most Valuable Professional