Forum Discussion
cesarsan7
2 years agoFrequent Visitor
Refresh/Launch a DataFlowGen2 from the pipeline using Dynamic content
Hello, I'm using Microsoft Fabric and I'm trying to refresh/launch a DataFlowGen2 from the pipeline using Dynamic content, but I'm getting an error. However, when I set the Dataflow name in hard cod...
- Anonymous2 years ago
Hi Cesar,
That param is looking for the Object ID, not the text name.
Is there a function to lookup the object ID that you can replace your @variables function with?
- Anonymous2 years ago
If you want to test this, export a Dataflow as .json, the Dataflow ID is the second parameter in the metadata (header)
then pass this ID as the parameter.
If you can find a function to look this up dynamically. I can see code in the forum but it's a bit untidy.
Anonymous
2 years agoNot applicable
If you want to test this, export a Dataflow as .json, the Dataflow ID is the second parameter in the metadata (header)
then pass this ID as the parameter.
If you can find a function to look this up dynamically. I can see code in the forum but it's a bit untidy.