Button that copies data, record for record, from one table to another table?

yeah no problem.

In more detail:

I have a thing of ‘Calculation’ that I use as source (do search for A) in a hidden repeating group on a page.

I have a button on that page (will automate this later on) that schedules an API workflow on a list:

The result of the workflow is that every ‘Calculation’ entry in that repeating group is created as a ‘Bookingreport’

That part you set in the API workflow section:

You define which parts of that first source (Calculation in my case) you want to put in your new thing (booking report) and you can also add other stuff not in that list if you want.

That is the basic idea.

4 Likes