modery / PowerDocu

Generate technical documentation from your existing Power Automate Flows and Power Apps canvas apps
MIT License
440 stars 73 forks source link

Error when generating documentation against a Dataverse solution #123

Open benjy-evans opened 1 year ago

benjy-evans commented 1 year ago

When attempting to generate the markdown version of documentation for a Dataverse solution, I get a error "sequence contains no elements". To Reproduce Steps to reproduce the behavior:

  1. download solution from Dataverse, which includes tables that do not have elements in the columns section (I don't have any custom columns on the aaduser table, just relationships as an example)
  2. load up PowerDocu
  3. set output to markdown
  4. start the process

Expected behavior The documentation to be generated without error

Screenshots image

Gareth064 commented 12 months ago

I get the same error.

But if I clone the main branch and run it locally in Visual Studio, the error doesn't happen. So must be something wrong with the build used for that Release maybe?