Hello all, I have a microflow which will import Json file into Non persistent entity and then commit to persistent entity through batches. I am calling this microflow from executeMicroflowInBackground javaaction(has fileentity as paramter) so that user no need to wait untill complete upload fininshes. When I use small data records(like 1000) this flow works completely fine. Where as I have data records like 30,000, import json activity seems like returning objects with empty values. Number of records from this activity is correct where as data is not transformed corectly into objects. Any one has idea what could be the issue here? any suggestions. Thanks and Regards, Nirmal Kumar
↧