Problem : I have requirement where i need to create bulk cases through upload of an Excel file (.xlsx).
Aprraoch i followed is : Created separate casetype for bulk upload and in post processing of flow action i am doing the parsing of file and case creation logic (with the help of Data flow).
So the issue here, When i am trying to upload the file with More than 1000 records (actually this is one of the AC: that user shouldn’t be allowed to upload the file with more than 1000 records) It is allowing with header as taking the count. But i have added in the logic to check count of of records should be greater than 1000 then exit the activity but it’s not working .
Could anyone please help me with this issue to resolve
Thanks,
Venkat Ch

