Hi there.
I have a sharepoint List where I have a datetime field and a calculated column called "Month" which just give me the number of the relative Month, and the number of the month is a numeric input of my filter (means that anytime I need to run the flow, I need to change the number of the target month inside the filter).
I need a flow to delete some records with a specific value of "Month".
I discovered that calculated rows are not a legit target for the OData Filter.
Any ideas to help me?
thanks!