Thank you for providing us a useful tool!
I encountered SQL Error with Oracle. The cause is that "FROM" does not exist in UIParts.Rules.DataAction1.SQL1. We can not omit "From" using Oracle. I had added "From Dual" in this SQL then SQL Error was resolved.
Could you add "From Dual" or something for Oracle user?