I am running into trouble with a condition in my flow. The flow does a date comparison and then looks to see if a boolean field is true. If it is true the flow sends an email. I cant seem to get the boolean condition to work. I am using the following code and I have attached the error message.
@equals(item()?['VI_IEC_Source_Control_Completed'], bool('true'))
