Forum Discussion

codyraptor's avatar
codyraptor
Resolver I
6 years ago

Power App triggering flow in App Space...not finding data set

Hey everyone,

I have an app delivered in a Power Bi report within a free user App Space.  Everything in the powerapp is working as expected.  However..the final 'click' kicks off a flow that will refresh a Dataflow and Data-Set within the underlying workspace.

 

The data flow is refreshing without any issues....but the dataset keeps getting a 'item not found' error.  I've rechecked the dataset group id and dataset id...everything works when running directly out of flow.  So I know it's not a connector issue....something is happening between the App Space for free users...and the Workspace...the connector isn't seeing the dataset.

 

Help is greatly appreciated!!!

2 Replies

  • Icey's avatar
    Icey
    Community Support

    Hi codyraptor ,

     

    I can't reproduce your issue.

    You can post on Microsoft Power Apps Community to find out the restrictions of App Space for free users. Maybe the cause is about license.

    Or, if you are a pro user, you can choose to create a support ticket to get further help.

     

     

     

    Best Regards,

    Icey

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

    • codyraptor's avatar
      codyraptor
      Resolver I

      I've decided to go a different direction to see if I can bypass needing the flow.  I now have an app embedded in a Direct Query report, so I can utilize the PowerBiIntegration.Refresh() command to see the data update.  However....it's not refreshing anything when I submit new data.

       

      Any thoughts on what might be causing this??