Please help me understand why the flow is not working as intended. I am trying to generate a list in SharePoint based on specific emails that are recived from a specific sender DL. I have configured the out of the box Flow template for "Once an Outlook email is recieved, add it to a SharePoint list" and connected my O365 Outlook account and SharePoint accounts provided through my organization.
The behavior I would expect when the flow runs is:
1. I recieve an email from the specific sender in my inbox. The flow is trigger when an email is recieved.
2. If the sender is validated as the correct attribute, the flow will create an item in the SharePoint list capturing the designated variables I have specified and populate the corresponding columns in the list.
The behavior I am experiencing:
1. I recieve email and flow runs
2. No matter who the sender is, the flow will run and the run history indicates the run completed successfully (HOWEVER) there is no data being captured in the list.
At a loss for what my next step should be....