Connecting two dynamic pages to reflect same info

Hi! does anyone know if there is a way to connect one dynamic page to another dynamic page so that if you make a change on one, it will reflect on that second dynamic page?

I am trying to get my user edit profile page(editable by the member) to also reflect changes on a public facing profile page (un-editable by the consumer). I am trying to avoid making two datasets with identical information, hoping that one change will just translate to the other dynamic page.

Any help would be greatly appreciated.

Setup that works for me so far:

www./… All-farm/ID (for the main page, with All-Farm replaced by whatever your dataset is called)

www./… All-farm/EditPage/ID (for the editable page)

The links should all be attached to the same item line in the collection. And you need to mark the dataset on the editable page as read/write otherwise it will create a new item when the edited info is submitted.

Please note that I haven’t tried this method on a collection with multiple items yet.

Oh wow! Thank you so much! Would you happen to please be able to show me a screenshot of how it looks on your end for your code to make sure im doing it correctly?


This was done without code on my end.

Thank you ! i Will try this HBruders