Hi,
How can I create an "atLeastOneUploadCompleted" for a File Array?
i dont wanna use something like:
return this.root.fileArray.items[0].uploadCompleted || this.root.fileArray.items[1].uploadCompleted ;
because I don't know how many items I'll get.
the bottom line is I require a minimum of one upload in this case
in your solution, please avoid formulas
Thanks
0
Comments
1 comment