Hey there,
I want to copy a file multiple times based on the count of variable. see below logic
If variable value = 1, no copy
if variable value >1, then copy (variable value - 1)
I'm stuck into for each and loop each, but cannot figure out how. Would you help with that? Thank you so much!