Hi All,
I'm trying to create a flow that runs every Monday at 10am. This flow, gets the items from a SharePoint list, filters it to Status = Open and then, I would like to send the results by email.
This is the chain of actions I've been using:
1 - Reccurrence: runs every Monday at 10am
2 - Get items: go to the list, filter it to Status = Open
3 - Create HTML Table: this is where things go wrong, I then receive the email, but the fields I chose come as "[{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":5,"Value":"Reporting"}]" and I just want to select the actual "Value". I've tried using the expression item()?['Service']?['Value'] but Flow doesn't recognize it
4 - Send HTML by email
Can you help me out please?
Kind Regar