I would like to be able to select many items from a View and then prompt the user for input (lookup to users). Once user is selected I want to run a workflow on all those selected records.
Basically something like the Assign process, where you can select multiple records to assign at once and then you get the user/team lookup.
Except the action I want to perform is not assign, it is custom (I want to create a related Entity record for each selected record, setting the owner of the newly created records to the selected lookup value).
How can I accomplish this? (workflow, flow, etc.)