Hi there,
So, I have a repeating group that displays files (By setting a state = fileuploader value) from a file uploader (Multiple fileuploader - dropzone API). (See image)
Then, I have the following workflow to make changes to a thing with the current cell file by clicking on an icon on each cell.
And it works well. However, I wish I could perform this workflow by clicking one button instead of clicking the icon one by one.
Any tips will be gladly appreciated.