I’m trying to display a user’s Work History on their profile page (similar to, if not exactly like a LinkedIn profile page) but I can’t seem to figure how to update the user information and display the information correctly - nothing is showing up. I’m not sure if it’s my data type set up or my workflow that’s causing the problem.
This is what I have so far:
‘Work History’ as its own custom data type with fields like “Job title,” “Company” etc.
‘Work History’ as a field under the User data type with its field type set to ‘Work History’
A form that allows users to add work history with this workflow:
A repeating group on the user’s profile page that’s supposed to show the Work History info:
When you have the action creating a new Work History entry, the next field should be Make a change to current user, Work History: add Result of Step 1’s Work History
Ah, the issue is that your Work History field in the User Data Type is not a list, you need to make that a list, then in your repeating group with your work history, the data source should be: Current User’s Work History
Sorry… it’s still not working. I changed the Work History field in the User Date Type to ‘List of Work Historys’ and updated the repeating group’s data source to Current User’s Work History. I wonder if it’s a workflow issue in my form?
Hi, thanks for your help. I played around with my workflow settings again based on your suggestions above and was able to make it work! The problem was mainly in my workflow for the form like I suspected.