I have two lists, List A and List B. In List A, I have rows of unique job postings with a column indicating the number of employees needed for a job. In List B, I want to factor in that column and create duplicate records of that single record. For example, if a posting says it needs 25 teachers, List B reads "25" and creates 25 records in List B so that supervisors can assign a teacher to each of those 25 rows. Thus the number of employees in the posting = number of records in List B.
I know how to make a copy from a SharePoint list to another, but how do I make that copy and multiply that with the number inputted in a specific column?