Hi Team,
I was wondering if you could help.
I have a SharePoint List and a Powerapps which tracks IT issues. The app is working great. However my team want to see weekly or daily workflows on current IT issues status. sent to our manager by email.
So I have started to use Power Automate using the SharePoint list which holds the data.
I have managed to get HTML table working on the email. Currently I have only setup as a manual process.
However the data on the email shows ALL IT issues logged. I ONLY want to see where the status is In Progress.
I have tried to use the advanced options in "Get Item" using the Filter Query but each time I enter the column name the workflow fails.
I am using: Status eq 'In Progress'
I am not sure what I am doing wrong. The Status column in my SharePoint and Powerapps is a Choice menu. I have tried to also:
Status Value eq 'In Progress'. But again the flow fails.
I was wondering if there is a way to show in an email ONLY tickets with status In progress?
Any help much appreciated.
Thanks.