Hello, good morning from Brazil 🙂
I´m suffering on the last 3 weeks on this flow demmand. I checked google, Reddit, Medium, even here... can´t solve... I can´t sleep, can´t eat, cant be happy.... (Ok, Im joking...)
What I´m trying to do:
Trigger: When an item is created in a sharepoint list ( This list has a form where I will imput vendor code, say, 12345)(OK!)



1) List rows present in a table (Properly formated as a table) that has been saved on Sharepoint (file name is FBL1N.xlsx)(OK!)
2) Filter this excel with the trigger information (Vendor colum = form imput)(not OK!)

3) Create an html table(OK!)

4) Style Html table (OK!)
[replace(body('Create_HTML_table'), '<table>', '<table border="3" bgcolor="ffffff">')]
5) Send e-mail with the Styled HTML on it (OK!)


My actual flow:

What I´m stuck:
I cant create the filtered html table. I mean, the e-mail that has been sent on the above flow, is not filtered with the result from the trigger form information.
On step 2 (List row in a table) I know that there are a "Filter Query". But when I add the form information, it immediately changes to an "apply to each" and then I cant create html table anymore.
Are you there, Obi-wan Kenobi? Can you help me? What I am doing wrong? How can I escape the dark side and go to the correct Jedi Flow Pathway?