Hello,
In Azure Data Factory, Data Flow, I want to use dynamic partitioning in sink. so I used a cached sink to store row count, and then in the actual sink that will output the files I used sink1#outputs()[1].rowCount in "Number of partition" field.
but I get this error : "Job failed due to reason: at : Unsupported syntax in expression"
