*Datetable 4.0.12* - Error for LWR Guest User - Unauthenticated
Steps to reproduce
Steps to reproduce the behavior:
- Load flow that has the datatable on it that works in Community and internal to a page that guest user can access.
- Open link to the page and you get an error when it tries to render the datatable. See error: Cannot read properties of undefined (reading 'split')
Screenshots

What version of Datatable are you running?
Version 4.0.12
Does the flow work with authenticated users? Is it set to run in System Mode?
Yes it does work with Authenticated Users. It is running in system mode.
I think this may be a security issue. Do other flows with standard components work?
Yes they work. I can get it to show everything on the screen but the Datatable component.
It may have to do with how I'm trying to generate the site url. Can you run the flow and show me what appears in the browser console view? (CTRL-SHIFT-I), select the Console tab.
Here is what I get:

I am getting that behavior with a LWR site. If I use aura site it gives me this:

When I click OK on this I get this:

Its showing no data for the table but you can see that controller passed the data
It definately looks like LWR sites may have an issue here. What object are you using for the Datatable?
ContentDistrubution - We have public links to documents that we want guest users to have access to in a table.
Does this work with the new standard Data Table component?
I have not tried that. But I will give it a shot.
I have tried and it errors out on the LWR site. I get this for the standard Data Table: Something went wrong with the "Voting_Files_table" screen component on the "Cast Ballot Flow" flow. Contact your Salesforce admin about this error. LWR3008: Error loading https://vforce--vmxdev2.sandbox.my.site.com/virtualforms/webruntime/component/latest/prod/en-US/dxp_flowruntime%2Fdatatable

With that said I tried it on the aura framework site it does work and shows the data table with Content Distribution.