Webform | Why is there a problem loading a table?

Options

I want to integrate a table in a webform, unfortunately only an error message (There was a problem loading this table.) appears. Do you have any idea how I can solve this problem?
I have already checked the permissions of the table and cleared the browser cache and used different browsers.
This is my workflow:
1. Copy table (I created a master-table for this workflow)
2. Send a web form: Here is the copied table.
This is the webform:

When I open the 'fields' in the workflow, I can see the table (as well as the error message):

Answers

  • Alistair_213694
    Options

    Have you used a redirect on submission or any other suffix at the end of your url? I got a similar issue and the only way around it was to encode the url, I had: ?ref-success=https://www.ul.com/offerings/verified-healthy-buildings but needed to replace the colon and forward slashes to: %3Fref-success%3Dhttps%3A%2F%2Fwww.ul.com%2Fofferings%2Fverified-healthy-buildings

    You can use this tool to do that for you: https://meyerweb.com/eric/tools/dencoder/

  • Christina_108366
    Options

    Hello Alistair,
    thank you for your help.
    I did not use a special URL, so this was not the cause of the problem.
    I created completly new workflow and now the tables are displayed in the webform. I don't know what the cause of this problem was, but I am glad that it works now :smile: