Select multiple users and create task records

You can use the mass action function of a table to select the rows you want to execute an action sequence for, then it will run that action for each row. So your action sequence would be to create a new task and you could pass in variables from the contact record into fields of that new task on creation.

You can launch flows from Skuid, but I’m not sure if you can pass in an array without JavaScript. You should be able to use the process above to run a flow for each row though.