Expand my Community achievements bar.

Update Notify - Can't find user

Avatar

Level 1

Fairly new to Fusion. I'm writing a scenario to add an update to tasks when a specific status is used that notifies certain people based on custom fields on the project.

I'm getting a "User with primary key value(s)...not found" error, and I can't figure out why. The object ID it's searching on is correct.

 

2024-07-03_10-59-31.png

 

2 Replies

Avatar

Level 3

Looks like you need to use a parse JSON module to parse the user information, then use the user ID from the parse JSON module as the ID for the person getting notified. If I understood your problem wrong you may need to provide more information but this looks like the problem to me. 

Lawson02_1-1720043596928.png

 

Avatar

Level 1

Thank you for the response.

 

I already have the user's ID, the Create Record module just doesn't recognize it for some reason.


Once all is said and done this module needs to send a notification to a list of people (based on custom fields on the associated project). Do I really have to iterate through all of them to get user IDs that are already there?