EmberKrumwied
6 months agoQrew Captain
Option to select one more files to download
Searching for a way to allow a user to select multiple files for downloading. Currently I have a parent-child table relationship where the file attachments are stored/managed in the child table. Each parent could have multiple child records. Seeking way to allow user to select one or more of the related files and download in a single action.
Was thinking I could possibly build a pipeline that when ran would look for any child records whose checkbox (or some other identified field) was checked and then create a single download action to export the identified items to the users local system. The pipeline would then "reset" the field to uncheck or remove the value that was used to start the pipeline.
Is something like this possible?
Thanks