Forum Discussion
AnibalBenedetto
2 years agoFrequent Visitor
Error using Dataflow activity in Pipeline with dynamic content
Hello!, seems to be an issue with pipelines. When you add a Dataflow “activity” and set it with dynamic content (introducing his Dataflow object ID) you can Validate, Save and Run correctly, but if y...
DiegoPLAB
2 years agoAdvocate I
Hi everybody,
I have the same issue on a pipeline that invokes a dataflow with dynamic content.
However, in my case the dataflow is inside a ForEach iterator and I was trying to invoke a dataflow by its name building an expression like this:
@concat('Clean_', item())The result of the expression is correct: dataflows with the expected names exist in my workspace. However, when I ran the pipeline I got an error saying that dataflows doesn't exist.
Now I can't open anymore the pipeline.
It would be nice if you can dynamically invoke a dataflow using its name rather than the internal ID.
Thanks.