I have an action "Start Loop through Table" with two where conditions. One of the conditions is an "Ends With" condition. It is failing. When I enable debug tracing I see the generated SQL is putting an extra space before the ending single quote. So the code becomes
(ActivityTypeTag LIKE '%Federal ')
notice that extra space... I verified I do not have an extra space in my TypeIn field where Federal is specified.
I believe this is likely a bug in the method code and request it be reviewed.