Connection to MySQL - some of my column names have dashes in the name. As soon as I attempt to do an If statement on dashed columns the connection fails.
Example:
If(ThisItem.'column name - with dash' = ThisItem.'column name - with dash 2',False,True)
Error in Runtime "is not valid in a $select or $expand expression."
Any thoughts or ways to get around the error on dashes?