I am new to confluence, Can someone please help with query below?
I have a main page with one-line summary points, and I want to create sub-pages for each summary point and that subpage contains default template values. Is this possible to achieve with Confluence?
For example:
My Main Page:
1. Summary Point one
2. Summary Point two
3. Summary Point three
<Button> (There should be a button on the main page and when we click on this button it should create sub-pages for all the above 3 lines under the main page)
sub-page 1:
<Template> Summary Point one <Template>
<Template> ....
sub-page 2:
<Template> Summary Point two <Template>
<Template> ....
Sub-page3:
<Template> Summary Point three <Template>
<Template> ....