Dear RomeoV2024,
For example, you want to filter all G and I column rows when the J column value is InProgress and copy all the data as a post in a Teams channel automatically.
I suggest you first convert the data in the sheet to a table if you haven't done that and create the flow as follows to see the result.
The sheet:
.
The flow:
.
Filter Query in List rows present in a table: Column10 eq 'InProgress'
Value in Append to array variable:
{
"Column7":"@{outputs('Compose')}",
"Column9":"@{outputs('Compose_2')}"
}
Compose4: replace(body('Create_HTML_table'),'<table>','<table border="1">')
Result:
.
If something is misunderstood, welcome to share your updates at your convenience.
Thanks for your time and effort.
Sincerely
Cliff | Microsoft Community Moderator