Connecting Contact Action to Contact

Hello,

I have been able to retrieve a list of notes created for a specific contact using the Contact Action table. That list contains a category LastUpdatedBy which is an id but that id does not match the Contact table Id id (for example my id = 71208 but the LastUpdatedBy id = 71218). I was wondering how to connect these two tables so that I can tell who created the note. I’m looking for exactly what the infusionsoft main application does by being able to see the assigned user. I’ve uploaded an image as an example of what I am looking for. Thanks for any help

The LastUpdatedBy field is a UserId, not a ContactId. Users themselves have ContactIds on their records.

1 Like

Awesome did not know that, thank you