How do I pass a selection from a list view to download all?
0
Hello, I’ve recently started using Mendix and I’m encountering an issue. I’ve created a list view to display various societies, and I’d like to implement a feature where I can select a society from the list and then use a ‘Download All’ button to download all associated files for that society (for example all files in the society_accounting relationship, all files in society_documents relationship and so on...), say 5 files for example. Could you guide me on how to pass my selected society to the microflow so that it can process the files in a loop based on my selection? Additionally, I’ve displayed two lists in an attempt to capture the selection, but I haven’t been successful. Any assistance would be greatly appreciated.
asked
Francisco Quintero
1 answers
0
Hi Francisco Quintero,
you can remove listen to widget and put any action button inside list view and call microflow and in that microflow you will get that single row object as parameter which in your case is society object and then you can retrieve associated list from society.