Currently trying to copy data from an SAP table based on 2 date columns in ADF.
Documentation I've found regarding operators with RFC table options say that the 'OR' operator is not supported.
Is there any way to do it?
Currently we have this ADF input:
Where the code gives this input into the copy activity for a certain table:
It doesn't give an error, but doesn't copy any activity either (there is data present in SAP).
Thanks in advance!