Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
4 years ago
Solved

Unable to upload new columns to Dataverse table using DataFlow

Thank you for taking the time to read my question.

 

I'm using an existing Dataflow that loads an Excel sheet into a Dataverse Table. It works great. I have added two new columns to my Excel sheet (Latitude and Longitude) and have updated my Flow, however it fails to run.

 

Is the data type in my Power Query correct? Anything else I should be changing?

 

Thanks!

RefreshErrorLatLong.png

 

 

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Syndicate_Admin ,

     

    According to the screenshots you provided,I think  your Number type column must have a value "CAY1A"

     

     

    As I tested below:

     

    You could remove error rows, or use try ...catch... to fix the error:

     

     

    For more details about error handling, please refer to:

    M Language Error Handling - PowerQuery M | Microsoft Docs

    IFERROR in Power Query Using TRY OTHERWISE

     

     

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

    • Syndicate_Admin's avatar
      Syndicate_Admin
      Administrator

      Hi @Syndicate_Admin 

       

      Thank you so much for your reply. You are Right!!!

       

      The person that made the Excel file I'm trying to upload swapped the column headers... and I didn't realize. 

       

      Thank you so so much.

       

      happy holidays

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Syndicate_Admin ,

     

    Thanks for your feedback😀

    Could you please kindly Accept it as the solution to make the thread closed? More people will benefit from it.

     

    Best Regards,
    Eyelyn Qin