How to import documents of respective Customer

0
Hi, I want only the specific details to imported from the excel file. For e.g we have 5 customer details in that I need only two details. so, for that what is the solution?
asked
2 answers
1

Hi,

What exactly you want to validate in microflow?

You can retreive the details using retreive activity from the excel sheet, then using loop you can iterate each customer and check for the specific customer you want by customer id/ private key.

By this way you will get the customers you want.

 

answered
2

Hi Aqibjaved Badekhan,

In excel importer, while you create a template , you can give parse microflow. In that MF, you can validate the object and can do commit.

 

Hope this helps!

answered