Is there a way to auto create a page from a repeater field row?
Essentially every-time a new row is added to the repeater field it auto creates a page using that information?
I think you can do this with acf/save_post.
Get the values from that repeater field.
Check if a page exists by title.
If it doesn’t exist, create a new post.