in Catlog form there are 2 variables application owner and custodian
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2025 09:57 AM
in Catlog form there are 2 variables application owner and custodian both are refernce to user table i want to send approvals to those users.
i am using below code in approval activity but not working:
approvers.push(current.variables.application_custodian.toString());
approvers.push(current.variables.application_owner.toString());