Hi,
I'm trying to create a Flow that creates an Outlook calendar entry when a leave request status becomes Approved. I'm having issues with the filter when trying to select rows that have changed Status value to Approved.
This is the Leave Requests Dataverse table I am using

With the Status column details.

I've noticed there are two Status columns but the one I am interested in is "cdm_Status"
My flow trigger is below - When a Leave Request is modified and the value in "cdm_Status" becomes "Approved"

However, I get an error

{
"error": {
"code": "0x80040203",
"message": "The following filtering attributes are not valid in entity cdm_leaverequest: cdm_Status"
}
}
Any help would be greatly appreciated.
Thanks.