Hi,
I’m on version 1.131.0.
I am attempting to convert to PDF a single element.
this works most of the time, but not always.
when it fails I receive the following error:
The plugin Bubble Page to PDF converter / action Generate PDF a Converter to PDF threw the following error: TypeError: Cannot read properties of null (reading ‘replaceAll’)
at eval (PLUGIN_1526888373861x305666508856229900/Bubble-Page-to-PDF-converter-element_action–Converter-to-PDF-Generate–PDF–.js:3:8246)
at https(I_CANT_INCLUDE_LINKS_IN_MY_POST)://d3dqmih97rcqmh.cloudfront.net/package/run_debug_js/b6d178fd53fbbc98c96fd64a7671575aff5eaab751ca40c4e020fa8a1ead0900/xfalse/x28/run_debug.js:587:651 (please report this to the plugin author)
It consistently works when the field “Matricola” of type “ProduzioneProdotti” is not empty, and it consistently fails when that field is empty.
the issue is: that field does not appear anywhere in the PDF that is generated.
other fields for the same THING can be empty, no issues there.
here’s my setup:
the POPUP has type ProduzioneProdotti, but the group I’m trying to convert does not.
any ideas?