Hi!
I am struggeling to realize the folloting:
I have a list with following columns:
- ID -> automatically created unique ID of the item
- description -> simple text
- text -> multiline text
- person -> an assinged person
- link -> a textfield for a link
I need a flow that, upon creation does:
- create a new notebook section with name from dynamic content of the list item, as: "ID - description"
- create a new notebook page named "Information" in this section with dynamic contenct of the list, eg: "person" and "text
- create a link to the new notebook section in the list column "link"
If the list item is only modified, it should:
- update the name of the section of the notebook
- delete the notebook page "Information"
- create a new notebook page named "Information" with updated dynamic contenct of the list, eg: "person" and "text
My flow works for the creation of a new section in the notebook.
- I don't know how to add the part with the new notebook page with dynamic content
- I don't know how to create a link to a specific section in a notebook (I only get it done for the notebook itself)
- I don't know how to realize the modification of the existing page, mentioned before
Is there an example that tackles the functionality described above? I searched this forum and the web for quite a while, but can't make it work. Help much appreciated!