Current user not populating

I’m creating a workflow to send a friend request. The request is being created in the database, but the requester and creator (current user) are not populating. I did a test an was able to display current user in a text field on the friend request page without issues. How do I get one or both of these fields to populate?


Friend request workflow

Privacy settings on users

Friend request created without requester/created by

Are you sure you logged in before initiating the request?

Resolved. I had created a data field on user called “username” and then deleted it. Some users had no data in this field. Restoring the deleted field resolved the issue.

1 Like