- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @CSLTGUPTAA
this could be done on multiple ways depending what is your aim.
You can easily resolve this in JS node with two for loops (one for products and other for sub-product). Loops will iterate and you can do whatever you want with values.
Below is example to create for loop workflow with one parameter (but you can extend it).
Regards,
Milan