- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 05:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 05:40 AM - edited ‎03-03-2025 05:43 AM
Hi @AJAYKUMAR G You can use scripted rest api to accept JSON data, determine which Workday integration type applies and insert data into the Import Set Table after that trigger the correct Transform Map.
something like this -
Third-party system sends API request
Scripted REST API receives the request
Inserts the record into the Import Set Table
Manually triggers the correct Transform Map
Transform Map processes and moves data to the target table
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 06:07 AM
how to create scripted REST API and then based on Workday integration type applies and insert data into the Import Set Table after that trigger the correct Transform Map