Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Append and Merge Best Practice

Hi all,    I'm hoping to gain some brevity on the most efficient way to append my data. I have 57 SharePoint sites, each with 5 lists, but every site uses the same structure for the 5 lists. Appe...
  • Jimmy801's avatar
    6 years ago

    Hello Anonymous 

     

    you may have to analyse your code. How your are accessing the data and merging/appending. Depending to how you are accessing it, is for sure useful to place a Table.Buffer somewhere to avoid pulling data multiple times. 

    If you use a custom function to pull your data from the list, then this is for sure a good starting point to put a Table.Buffer.

     

    Feel free to post here some M code and how your queries are structure. Then I can look into it.

     

    If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
    Kudoes are nice too

    Have fun

    Jimmy