it sounds like you want to

  1. click button in b table
  2. 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