
Hi so I have Get List Action from CDS in my Flow, the filter condition is using trigger body property that has a boolean value. But I don't know why when I use my property in the condition it always changes to string kre_bookingtype eq True like this. Because of that, I got an error message like this Could not find a property named 'True' on type 'Microsoft.Dynamics.CRM.kre_pricelistdetail'. When I hardcode the boolean value to true I work perfectly. I'm so confused here why suddenly it changes to string
Hi @Keysersozeey ,
This is by design, please check this similar thread:
Please consider using the following method to handle this situation.
Use string() function to format the Boolean to value to string and use toLower() function to change T/F to t/f.
Hope this helps.
Best Regards,