My flo in Fusion is set up that when there is a field updated on a project. It will send out a note in the project addressing the change to the users on the project. The issue I'm having is tagging the users on the update. When I use a read record card to get the list of users. It pulls in objCode, customerID, projectID, and userID. For the tagging, I just need the userID and the card to create the note won't accept some of the items on the list. I keep getting the error APIModel V9_0 does not support field projectID (NoteTag). What I'm trying to do is take the example below and only extract the userID. That way I have my list of users who need to be tagged. I've tried a few of the list cards, but not having any luck and thought maybe someone in the community may have done something similar. [
{
"objCode":"PRTU",
"customerID":"00000",
"projectID":"00000",
"userID":"00000"
},
{
"objCode":"PRTU",
"customerID":"1111",
"projectID":"1111",
"userID":"1111"
}
] Laura Manley Stream Companies