Performance Improvement need for HCM Data Loader Fast Formula
Summary
SET or GET functions in HCM Data Loader Formula during LINEREPEATContent
While writing HCM Data Loader Fast formula, we will have to do the LINEREPEAT to create multiple element entries for each row in the input file. I have written few Table Type Value Sets to get the information based on the data in the row. For Example, "Get Assignment Number" based "SSN". Literally, this value set need not be called again again during the LINEREPEAT. I would like to know if we can use any kind of SET or GET functions to avoid calling the value sets again and again. Thus improve the performance of HCM Data Loader formula.