Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get certified as a Fabric Data Engineer: Check your eligibility for a 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700. Get started

Reply
gopala000
Frequent Visitor

Dataflow Id as variable is not working in a pipeline

I created a pipeline that

  1. sets a variable with a value as an existing dataflow Gen2's name.
  2. In the conditional, I check for the variable to match that name.
  3. 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?

 

DFId As variable.jpg

1 ACCEPTED SOLUTION
v-kongfanf-msft
Community Support
Community Support

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.

View solution in original post

3 REPLIES 3
gopala000
Frequent Visitor

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

Hi @gopala000 ,

 

Thanks for your feedback.

 

Best regards,

Adamk Kong

v-kongfanf-msft
Community Support
Community Support

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

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

JanFabricDE_carousel

Fabric Monthly Update - January 2025

Explore the power of Python Notebooks in Fabric!

Feb2025 NL Carousel

Fabric Community Update - February 2025

Find out what's new and trending in the Fabric community.