Generate excel file for each case
I tried pxGenerateExcelFile activity in the loop of pxResults, it is creating only one file with last case. My requirement is to either generate separate excel file or separate tabs for each case.
I tried importing the tabs template in the binary rule, but data not populating if I mention the subscript index. Moreover I need the approach to include the tabs dynamically.
Is there any ootb approach for this or any other ways to implement it without customizing much?