Hi
I am triggering a flow by using HTTP request.
When I use Workspace_name and Dataset_Name as dynamic content in 'Refresh a dataset' I get an error
Raw inputs for 'Refresh a dataset' then looks like
When I just hardcode the names in 'Refresh a dataset' everything runs fine and I see this in Raw Inputs
But in the end they both give this in Input
Why is it working If I hard code it , but not if I use the dynamic content?
Hope someone can help
Regards
Solved! Go to Solution.
Groups - Get Groups - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Datasets - Get Datasets In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
NOTE: The "Try it" button is currently broken. You need to run this from Powershell or Postman etc.
Try setting those dynamic contents into two variables and put in the Power Bi action
Group and dataset names are eye candy for the user. The API calls need the GUIDs.
Groups - Get Groups - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Datasets - Get Datasets In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
NOTE: The "Try it" button is currently broken. You need to run this from Powershell or Postman etc.