Linking Repeater Items into Current user ID Data.

I want to link the current user date into a list repeater so the repeater only display the current user data.

Hi Geo,
Dynamic page is the solution for you.
Create a Dynamic Item Page. Once you’ve done that. connect the repeater’s items to the dataset.
Check this out:

Good luck!
Roi

Hi Roi,
I just want to display the data of the current user who logged in in to the website . for example if Mr. Roi is logged In to my website, his information will only display on the repeater.

Hi Geo,
I understand. Like i wrote above, a Dynamic Item Page with a table that is connected to the dataset is good for you.
This will be useful:

If you have a different idea, please share your planning and we will do our best to assist you
Roi

Hi Roi, Good day from the other side.

My bad, I didn’t get it clearly, but it’s okay now, its already working. Thank you very much! :slight_smile:

One more thing that really gives me a headache, I currently working on a service dog website, it is almost done, but I’m stuck on how to have a function that allows multiple data entries but the same owner.


so if the owner successfully registered another dog, it should be displayed on a repeater in dynamic page

Hi,
In this case you can use reference fields ,
Reference fields connect one database collection to another collection. They help maintain data integrity and also eliminate unnecessary duplication of your data.
Good luck
Roi

Hi Roi,

Good day! Thank you for your time to reply, I really appreciated it. :slight_smile:
Is there a way to make it automatically?
It should connect automatically the two data collection because the collections will fill out in the registration form.