Automatically, duplicate rows in a table

Hello Gliders and happy holidays!!! On a certain day of every month I want to duplicate all rows in a table where a boolean column is true. The duplicate rows should have a unique row id and timestamp. I know I can schedule the action with workflow/schedule. But how do I do the rest? Thanks!

Do your scheduled workflow, set a filter to take only the ones with bool = true.
Add an add row in a loop. Add the date time now to the timestamp column.

2 Likes