Hi there,
I'm trying to solve for generating a flow that a user can browse to a file, and split it out to multiple files based on a volume size decided by the user. Example, input file has 100 records, so they browse to a file, and let's say they want to split it out into 5 files that are 20 records each.
You can see in my screenshot, I can easily hard code this by using a Record ID but how do I make it dynamic so the user picks the size of the file outputs.

Much appreciated!