- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dataflow Id as variable is not working in a pipeline
I created a pipeline that
- sets a variable with a value as an existing dataflow Gen2's name.
- In the conditional, I check for the variable to match that name.
- Execute the dataflow with the dataflowId as the variable's value. (See image)
When I run the pipeline, I get the error "Microsoft.DataTransfer.Execution.Core.ExecutionException: Refresh Dataflow failed with status: NotFound message: Not Found". I'd expect the dataflow to run as it exist already.
Can you tell what the issue could be?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @gopala000 ,
The error message “Refresh Dataflow failed with status: NotFound” indicates that the pipeline was unable to find the specified Dataflow Gen2.
The dataflowId variable value used in the pipeline is not the actual resource ID (GUID) of the Dataflow Gen2, but a Name or other invalid value. Try extracting the ID from the URL to ensure that the variable value matches that ID exactly.
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @v-kongfanf-msft !! Taking the dataflow GUID from the Url worked.
https://app.fabric.microsoft.com/workloads/dataflows/author/capacityObjectId/<my_capacityObjectId>/dataflowId/<my_dataflowId>/extensionActionId/<my_extensionActionId>/workspaceObjectId/<my_workspaceObjectId>?experience=fabric-developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @gopala000 ,
The error message “Refresh Dataflow failed with status: NotFound” indicates that the pipeline was unable to find the specified Dataflow Gen2.
The dataflowId variable value used in the pipeline is not the actual resource ID (GUID) of the Dataflow Gen2, but a Name or other invalid value. Try extracting the ID from the URL to ensure that the variable value matches that ID exactly.
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Fabric Monthly Update - February 2025
Check out the February 2025 Fabric update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
02-20-2025 12:03 PM | |||
03-25-2024 10:20 AM | |||
01-27-2025 08:55 AM | |||
11-15-2024 02:35 AM | |||
08-21-2024 06:12 AM |
User | Count |
---|---|
7 | |
4 | |
2 | |
1 | |
1 |
User | Count |
---|---|
13 | |
9 | |
5 | |
5 | |
4 |