it sounds like you want to
- click button in b table
- iterate over each item in a table and create a new item
to do that you want to click the button then schedule a backend workflow to iterate through table a’s records and then create a thing for each record (backend)
1 Like