I would like to share my recent experience with loading a CSV file via Dataflow to Dataverse with you. Today, I downloaded the list of leads from the conference we sponsored last week. There is no better way to load it to my sales app on Dataverse - it's a Dataflow way! At least for… Continue reading Dataflows for PowerApps: loading data from CSV file without copying it to OneDrive in advance. 💖😎👍
Tag: data import
❤ Dataflows for Power Apps ❤: “The column ‘[Column_name]’ of the table wasn’t found.” error while loading multiple tables
There is an option to load data to multiple table in one go in Dataflows. These tables can be related. Dataflow engine calculates the dependencies and determines the correct order for loading. It's a very cool functionality, however, you have to be aware of some potential issues as well as available workarounds. Problem: I am… Continue reading ❤ Dataflows for Power Apps ❤: “The column ‘[Column_name]’ of the table wasn’t found.” error while loading multiple tables
PowerApps Dataflow: is your CDS entity primary field name exactly the same as an entity name? Well, don’t.
The Issue: Unable to load data to the existing custom entity on CDS from CSV or Excel via Dataflow. We renamed the primary Name field for our custom entity and this is how it's all started. Error: Load to Common Data Service failed. Details: Bad Request {"error":{"code":"0x0","message":"An error occurred while validating input parameters: Microsoft.OData.ODataException: Does… Continue reading PowerApps Dataflow: is your CDS entity primary field name exactly the same as an entity name? Well, don’t.