I need to be able to read the name of the current user in a business process so I can insert it in a comment section (not as the GUID).
I was thinking I could look up contact (or user) where the ID equals the system variable current user but that doesn't work.
Like
2 comments
00:23 Jul 12, 2024
You must first create a param in your process with Type=Unique Identifier and set the param value to [#System variable.Current user contact#]
Then you can use that param when reading from Contact
Ryan
Show all comments