Using the following SharePoint list item as an example:

We can generate a HTML table and send the following email:

This is the demo flow:

(1) Split actions: split at the comma ','

You will need to use the correct SharePoint internal column names for the Artikel and Batch columns.
See: What is SharePoint column internal name and where to find it
The split actions produce the following arrays

(2) Using the Select action we can select the matching Artikel and Batch numbers.

The range function is used to loop through each item of the array, start from 0 until the length or end of the array:

The Select action produces an array as its output which looks like this:

(3) Create the HTML Table: using the output from the Select action above

(4) Send Mail - add the output of the Create HTML table action:

Example email sent using the above flow:

Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.