Tell us what you are trying to do?
Each user can create one user "profile" (Προφίλ υποψηφίων in Greek). The profile is a custom post type.
Each user profile has multiple "work experiences" (Εργασιακή εμπειρία υποψηφίου in Greek) as a repeatable group.
This is done following the basic documentation (https://toolset.com/course-lesson/creating-and-displaying-repeatable-field-groups/). In my case, the gyms are the profiles and the work experiences are the opening hours.
The previous logic works fine, each user can create a user profile and create multiple work experiences. See screenshot_1.PNG
What I'm trying to do now, is to create a "My account" page following multiple documentations (https://toolset.com/course-chapter/registering-directory-site-users-from-the-front-end/) and list all user's profile work experience. In simple terms: Load "My account", get user's "user profile" and for each user profile (probably only one) fetch all "work experience".
So,
1. I created a new page to host my "My account" page (screenshot_2.PNG)
2. I created a new view (in page) to get all user's "profile" (each user will have only one profile)(screenshot_3.PNG)
3. I created a new view (Toolset > Views) to get all "work experiences" based on "profile" post_author. However, this is not working 🙂
This should now be working. The correct way to get this to work is by using a nested view where you will first display the user's profile then within that view you will add the view for the repeatable field group.
My issue is resolved now. Thank you!
Thank you Shane for your help. Your solution makes sense. However, it's now quite easy to figure out this issue on my own, as a lot of people. Maybe a new video should be set up for this.
Anyway, thank you once again!