I have a Link field of another entity, Department, in the Contact entity. However, I am unable to display the Teams in a Grid report column or an Email template placeholder. Therefore, I am using the Department entity instead. When I update the Teams, I want the Department in the Contact entity to be updated accordingly.
I tried the below formula:
ifThen(teamsIds == '67b5c89522fddf9a3', cDepartmentId == '67ab4a34e054fa650')
But it's not updating anything? How can i achieve this?
I tried the below formula:
ifThen(teamsIds == '67b5c89522fddf9a3', cDepartmentId == '67ab4a34e054fa650')
But it's not updating anything? How can i achieve this?
Comment