hello, I want to create an update page where registered users could edit the thing they created using the form. I have a NEW PAGE page where a registered user uses a form to create a thing that appears in the ITEM dynamic page. I also made a copy of the NEW PAGE - UPDATE page, where the user can edit their stuff on the ITEM page by updating the button. On the UPDATE page, I’ve set the dataset read-write and set the page as a one-item collections. The update button on the ITEM page links to the UPDATE dynamic page.
The only problem is that when I click on a dynamic ITEM page for anything and a dynamic UPDATE page, I always see the same thing … Do not you know how I want to continue to change ITEMS on the dynamic UPDATE page?
I added a filter to the dataset on the UPDATE page and it looks like it works