Hi I created a data called notebook and a notebook is a list notes . I created a page called notebook too . So the user can share his notes with a link
Hi first thank you so much for your response really. How do I set a parameter with the link of this data?. I want the user to share his notes with a link for exemple .
There’s a few ways to approach this, but you’re correct that you’ll need to take a look at your privacy rules settings to make sure they won’t restrict the share ability - while also assessing whether that’s a good idea or not.
If your ‘Notebook’ page is set to data of type ‘Notebook’, than it should be as easy as the URL being the page/Unique ID of the Notebook data, like this: examplesite.com - This website is for sale! - example site Resources and Information. - that latter number being the specific notebook you wish to share. This would not require ‘Get Data from URL’, and each element on the page would just need it’s data source set to ‘This Page’s Notebook’
Perhaps having a checkbox on the page to make it shareable, which autobinds on the Notebook datatype, and privacy rules that respect the checkbox. In this way a user can leave it unshareable by default, but check that box if they wish it to be public.
So if that ‘my-notes’ is the slug for a particular note, just make sure your page’s datatype is set to Notebook and it will find that data automatically.