Flow Designer is not able to fetch Employment End Date of HR Profiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 05:56 AM
I have a flow designer that goes through below steps:
1. It filter out and fetch list of HR Profiles whose employment end date lies within time span of 2 weeks from the current date. Please find the script below :
return query;
2. For each HR profile a RITM is auto generated through Submit Catalog Item Request action.
3. The catalog item in which the request will be created have a Date type variable named Termination Date which fetches Employment End Date of the HR profiles looked up through above script.
After Vancouver Upgrade, the Employment end Date of the HR Profiles is not being fetched in the Termination Date field of the catalog item and showing the attached error.
Please help.