Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

How to switch SharePoint list using Deployment Pipeline

Hi All, I want to use deployment pipeline feature with sharepoint list as a dataset.I have 2 sites namely dev and prod which contains same name for the list and column only difference is the data.Us...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi Anonymous ,

    " The key didn't match any rows in the table.. The exception was raised by the IDbCommand interface.  " You likely have made meta data changes that have not fully propagated. Push the deployment again and publish the app in the Pro workspace.

     

    You can also use ALM Toolkit to validate any deltas.

     

    I have also found  similar posts, please refer tothem  to see if them help you.

    Dataset refresh error following running deployment pipeline with data source rules 

    • the query failed to find the list using Name but worked using Title i.e. Source{[Title="NameOfYourList"]}[Items]

     

    Server refresh error - Expression.Error: We cannot convert the value <pii>"[Table]"</pii> to type <p 

    • The model was published for the first time on service and data source connections were not signed in. After signing them the refresh on service also worked.

     

    If the error still occurs, please refer to the steps to  Deployment Pipeline.

    More details: Get started with deployment pipelines 

     

    Best Regards

    Community Support Team _ Polly

     

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