The user with id # does not have the right view on profile with id #
问题 I am attempting to add a contact to a contact field, the field currently has no information in the app. I originally attempted this through app authentication but found this post on Podio forum and this on here and changed authentication to user. The user is a workspace admin, the profile_id I am adding is a workspace member and the app has no restrictions on it. What am I missing and how do I resolve the issue? $item_id = 1111111; $field_id = 2222222; $profile_id = 3333333; Podio: