I am creating a Flow that has a trigger on Create of a record using CDS. I only want the Flow to run if the record being created has a field equal to 1. In the "Trigger Condition" I added the xx_myfield eq '1' (also tried without tick marks, same error) and am getting this:
The power flow's logic app flow template was invalid. The template condition expression ' xx_myfield eq '1'' at line '1' and column '2908' is not valid template language expression.
Thoughts?