Hello,
I have a Dataverse table which contains some records, I'm trying to create a Flow which will delete records that have the "Audit Status" equal to "Draft" and the "Created On" date less than todays date. So I'm first starting off with a flow to get the ID of the rows that needs to be deleted using the "List Rows" functionality. But when i test what I have in there to list the rows, its failing and giving me this error message:
A binary operator with incompatible types was detected. Found operand types 'Edm.Int32' and 'Edm.String' for operator kind 'Equal'.
Below is what i have within the flow:

the audit status field is a Choice field with only 2 values (0 = Draft, 1 = Completed).
This is the first time I'm using "Filter Rows" so no doubt I've done something wrong. If someone could help assist/guide me that would be much appreciated. Thank you in advance 🙂