DEV Community

Discussion on: The 4 API's of the Power Platform

Collapse
 
riley_hale_2016b5cb88c693 profile image
Riley Hale

I found this article searching for an API that can be called to refresh a Power Platform/ Dataverse Dataflow (the kind that loads data to dataverse tables). Does anyone know if it's possible to use any of the APIs outlined in this article to kick off a refresh of a Power Platform dataflow?

Collapse
 
wyattdave profile image
david wyatt

Dataflows are acually Power Query/Power BI APIs, so this isnt covered here. But you could try looking here learn.microsoft.com/en-us/power-pl...

Collapse
 
riley_hale_2016b5cb88c693 profile image
Riley Hale

Thanks David. It looks like that page links to upcoming features. I did see that when refreshing these types of dataflows the "us.prod.powerquery.microsoft.com/a..." endpoint is called. I'm not finding a lot of information about that, and I suspect I can't just call that using the HTTP w/ Microsoft Entra action like you mentioned in an earlier comment. I'll keep looking into this though.