Hi, Friends.
What I want to do is sending Power BI table data to Teams using Power Automate.
I have Power BI dataset as below.
| Name | Qty | Stock |
| Apple | 2 | Yes |
| Mango | 0 | No |
| Plum | 4 | Yes |
And below is the flow, I set three apply to each with parse results, tables and rows.

As a results, I got three Teams message with each row data like below. (ignore formatting)
Workflows
Apple 2 Yes
Workflows
Mango 0 No
Workflows
Plum 4 Yes
Here, What should I do to get just one message with whole data like below?
Workflows
Apple 2 yes
Mango 0 No
Plum 4 Yes
Any advice would be much appreciated.
Thanks.