Hi again
Now that we solve the issue with Filter Array, we are closer to a Happy Ending!
Let's talk about the new issue: I think the challenge now is to remove 'Apply to Each 2' and fix 'Create HTML table' Value inputs.
My suggestion is:
-Keep 'Apply to each 2' and its contents untouched
-Add a new 'Create HTML table 2' before 'Apply to each 2', assign as its input 'Filter array' output
-Now, when adding 'Header' 'Value' inputs to 'Create HTML table 2':
a) Use the same strings for Header as you have in your original 'Create HTML table'
b) Now you need to assign expressions as 'Value' inputs. Assuming the three columns are defined as 'single line of text' in your SP list the three expressions are:
item()?['PlacementStatus']
item()?['Title']
item()?['Forecast']
-Once 'Create HTML table 2' is completed, add 'Send an email' also before 'Apply to each 2'
-Finally remove 'Apply to each 2' and its content. But before doing it, and in order to doublecheck the expressions in 'Create HTML Table 2' are correct, please hover your mouse over original 'Create HTML table' 'Value' inputs. If my assumption is correct, you shall see the following:
items('Apply_to_each_2')?['PlacementStatus']
items('Apply_to_each_2')?['Title']
items('Apply_to_each_2')?['Forecast']
If so, remove 'Apply to each 2' save and reexecute your flow
Hope this helps