@NanaAqilla , I belive you have already did in your formula, try with this
Clear(col_WithIDStored);
ForAll(
Gallery1.AllItems As var,
If(
var.Checkbox1.Value = true,
Collect(
col_WithIDStored,
{ID: var.ID}
)
)
);
ForAll(col_WithIDStored As var1,PDF_MANAGER.Run(inputparamater1,var1.Id))
------------------------------------------------------------------------------------------------------------------------------
I hope this helps.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.
Thanks,
ANB