Forum Discussion

TrentS's avatar
TrentS
Icon for Helper IV rankHelper IV
4 years ago
Solved

Updating existing SharePoint Connection to V2

Good day to all,   Is there an easy way to convert from an older V1 connection to the V2 without having to reset all of the subsequent steps?  The V1 is incredibly slow and we need a faster refres...
  • mahoneypat's avatar
    4 years ago

    I assume v1 and v2 are returning different columns, so you are getting downstream errors. Instead of rebuilding your queries, you can do the following:

    • make a new query with the v2 connector
    • do any steps to get the data looking just like one of the steps in your original query
    • copy the new steps from the Advanced Editor and paste them over the first steps of your existing query (updating any references between steps)
    • Delete the new query you copied the new M code from.

    With this approach, it is the original query that is still loading, and you won't have to re-make your relationships either.

     

    Pat