Hi everyone
I'm using Get Rows v2 on a table where the 'StartDate' column is varchar and formatted as yyyy-MM-dd.

I need to filter the upcomnig week's data and I expect I'll be working with someting like StartDate le adddays(utcNow(),7,'yyyy-MM-dd') but I'm not sure how to modify the table's 'StartDate' column in the ODATA query to make it workable.
Any advice greatly appreciated.