AssignedTo Catalog task Variables not popping up on workflow script
Hello,
I have catalog item variables, manager and assignment group, that a user inputs on a catalog item form.
In the workflow I need to assign it to catalog task in catalog task activity advanced script.
I'm able to get assignment group information but not able to find "assignedto" on catalog task variable in thw workflow.
Please help me understand how to get the catalog item variable Manager to get to catalog task variable "AssignedTo".
task.assignedto is not popping up. I have added all variables to Add variables section of the workflow.
1 응답 1
옵션
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
1개월 전
Hey Shree,
Please use task.assigned_to = current.variables.manager;
Please mark as helpful, if this works for you.
