Hi everyone,
I wanted to parse the email text for example:
Hi,
This is your Quote#: 13213546 and Order#: 79268. Below are the details for the order confirmation:
Product: Black Wardrobe
Quantity: 3
Order Start Date: 6/10/2022
Order End Date: 9/10/2022
Order Term (Months): 1
Product: White Wardrobe
Quantity: 10
Order Start Date: 6/10/2022
Order End Date: 7/10/2022
Order Term (Months): 1
to sharepoint list where quote no and order no are duplicate in sharepoint, for example:
| Quote Number | Order Number | Product | Quantity | Order Start Date | Order End Date | Order Term (Months) |
| 13213546 | 79268 | Black Wardrobe | 3 | 6/10/2022 | 9/10/2022 | 1 |
| 13213546 | 79268 | White Wardrobe | 10 | 6/10/2022 | 7/10/2022 | 1 |
I have created the flow but I just get first row not the next set of structured data. Anyone know how to automate this? This is just example with 2 set, there might be 10 or 100 set in one email. Appreciate if the community can help me. Thanks