Importing Excel Through Non-persistant Entity

1
I have use case where have to import excel in non persistant entity and pass it to another set of operations(microflow_2) row wise (one object at a time). So as entity is non persistable I am not finding a way how to collect data like one object at a time while importing excel and pass to Microflow_2. I tried giving same non persistable entity in Import object parameter of given microflows java action but didn’t worked. Also tried different configuration in template formation but to expected results.
asked
1 answers
2

Excel imports in combination with non persistent could only work if you rewrite the Java action to return the just created non persistent objects. Otherwise it will not work. Would be a nice feature though. This is something I would really like to be able to do.

Regards,

Ronald

 

answered