0

I just finished the import of my solution into a new environment. Even though I thought I had selected everything from CDS, it would seem that the data didn't follow (the table is there, however).

Did I miss something? Or is this intentional? I see the message "No data available" when I navigate to my model driven power app.

These are the options I selected when I added the table to my solution:

enter image description here

TechFanDan
  • 3,329
  • 6
  • 46
  • 89

1 Answers1

1

Solutions don't include data.

They only contain the configuration.

If you need to include data look at the Configuration Migration tool from Microsoft or the Solution Packager

Brent
  • 106
  • 2
  • Thanks. I think I had assumed too many things from the Power Platform. I'm missing my old DevOps/CI processes more and more (and having access to server side code, code repos and database servers). – TechFanDan Apr 12 '21 at 18:38
  • 1
    @TekiusFanatikus You can build a DevOps pipeline with the Power Platform. Check out SPKL form Scott Durow and Power Devops Tools from Wael Hamze. Scott also has a good course getting all of it set up. – Brent Apr 13 '21 at 05:24
  • Thanks! I'll check those out. – TechFanDan Apr 13 '21 at 11:58