Issue with excel

0
I want to export the excel same like the attached image with many to many associations, servicetype is associated with many dish category.
asked
1 answers
3

Hi MD Althaf Ahamed,

You can have Dish category as main object and service type as reference object, but that will display breakfast serv, evening snacks many times.

 

For that, you can create a non persistable entity with the columns you needed and you can make logic with service type unique and empty for other objects in microflow. Excel will be generated with the insertion order of final list. Template main object is your non persistable entity.

answered