I can't get Hero Lab to play nicely with either version of the Pathfinder 1e community sheet's ways to import characters. It appears to only crop up on things with class levels, but there's not enough information in the error message for me to be able to figure out what is being choked on. I *suspect* there's some setting or add-on in Hero Lab that's doing something strange, but I can't tell for sure. Here's some additional info. Steps to generate the error: -Open a new Hero Lab (version 8.9h) -Import a Deer from the encounter builder for hero #1 -Export via the direct Roll20 pathfinder export. Result: Successful import. -Export via XML and then <a href="https://www.convertjson.com/xml-to-json.htm" rel="nofollow">https://www.convertjson.com/xml-to-json.htm</a> . Result: Successful import. -Create an additional hero, a level 1 elven fighter. Don't do anything crazy, just build a simple PC named "Gallant". Resulting portfolio file: <a href="https://www.dropbox.com/s/rpdpuwyrgof0pgq/Sans_ConversionErrors.por?dl=0" rel="nofollow">https://www.dropbox.com/s/rpdpuwyrgof0pgq/Sans_ConversionErrors.por?dl=0</a> -Export Gallant with the Roll20 pathfinder export. Open the resulting html file in Notepad++, copy the entirety into the text area for uploading characters. Resulting error: "Cannot read properties of undefined (reading 'text')". Html file: <a href="https://www.dropbox.com/s/tdq156h476onx3g/Gallant.htm?dl=0" rel="nofollow">https://www.dropbox.com/s/tdq156h476onx3g/Gallant.htm?dl=0</a> -Export Gallant to raw XML. Resulting XML file: <a href="https://www.dropbox.com/s/10bcykd7v0k0fmn/Gallant.xml?dl=0" rel="nofollow">https://www.dropbox.com/s/10bcykd7v0k0fmn/Gallant.xml?dl=0</a> -Use the above linked converter to turn that XML file into JSON, and paste into the textarea. Resulting error: "Cannot read properties of undefined (reading 'text')" So, to sum up: It's not necessarily just my workflow because that works to import creatures just fine. It's not just Leigh M's exporter plugin because exporting to raw XML and then converting that to JSON is also failing. To me, that strongly implies that there's something amiss in Hero Lab itself that's generating class-leveled characters that are not being recognized by the community pathfinder sheet. Anyone have any thoughts/experience/suggestions on what might be going wrong?