Iam creating a power app automated workflow where i need to utilise data wrangler utility from microsoft fabric. But i dont know how? Also instead of data verse is there a way i can use lakehouse from microsoft fabric as storage?
No — Power Apps cannot directly call Data Wrangler.
Data Wrangler is:
an interactive UI tool inside Fabric notebooks
not an API
not a connector
not callable from Power Apps or Power Automate
You can use as below
Power Apps
↓
Power Automate (triggered by app)
↓
Fabric REST API (HTTP call)
↓
Fabric Notebook (contains Data Wrangler–generated code)
↓
Lakehouse (cleaned data)
↓
Dataverse Virtual Table or SQL Endpoint
↓
Power Apps reads the data
Hope this helps...
Cheers, PMDY Microsoft Business Applications MVP Subscribe to my blog: https://ecellorscrm.com
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.