I am trying to create a flow in n8n that extracts data from raw materials excel sheet on Onedrive, the flow should send a Teams message with a shortlist of the raw materials which their current stock is less than the safety stock.
The flow executes but the results are wrong. (Please see images for more clarification)
I dont think, that you need the loop node.
the If node filters the valid entries, and instead of a merge you can use a aggregate node to create a list of the valid items to pass on to a teams message
Thanks @jabbson for time, the issue is that I should get three results fulfilling the condition of the “IF” node but I only get two results out of the true branch.