I am trying to create a flow to help manage software licenses. Current my spreadsheet shows a listing of licenses that are being used. There are summary columns that show the total number of licenses, total number of used licenses, and total number of available licenses.
What I would like is create a table that shows 5 license keys if there are 5 license keys. Then I can join to the table with the data that shows there are two license keys without a username assigned.
Here is a sample what I am trying to achieve
License Key User Name
ABC123 John Doe
ABC123 Sam Doe
ABC123 Jane Doe
ABC123 Unassigned
ABC123 Unassigned
I thought that using the Generate Rows or Multi-row tool might help me to do this but I haven’t been able to seem to find a way to get this done. Can anyone assist me?