My flow's target is to trigger one an item is added to the MS list, and then creates an HTML table and send it in an email. The flow runs successfully but, in the table, it shows all list items & doesn't display them correctly. I think using Get item instead of Get items to display only the last created item but, the select operation doesn't accept the depending on the ID of the created item, it accepts only array.
Add to that, that It keeps showing me this warning "Updating action 'Get items' to use OData filter queries can improve the performance of your flow. Learn more: <https://aka.ms/listrowsfilters>" in the get items action.
Below are screenshots of workflow steps.
Below is a part of the output table, shows all items in the list where it should show only one item per column.
My question is how to let it display only the recently created item that triggered the workflow? and how to let it display the data properly?