OIC dev options for HCM Extract which has 2 Files.
Summary
How to query UCM for 2 FilesContent
Hi Team,
Got one query:
Requirement:
Call the HCM extract which returns 2 files and push the file to SFTP.
Procedure we follow:
call the extract-> push the o/p file to UCM -> query the UCM->post the file to SFTP.
Where i am struck is, querying 2 files from UCM.
what the ways to get 2 files from UCM.
what i thought would work
A. call another integration(for 2nd file) which gets the flow name from the first integration. Issue: how to pass the flow name from the first Integration.
B. Loop through the Integration for first file and then change the query text for the 2nd file. But this will make me change all the loops which i have used to query the UCM.