Glide and URLbox

Hi,

I am using the URLbox integration. I have built the following table with HTML and CSS:

but when I try and to generate the pdf using URLbox I get what looks like an error.

does anyone know what this might be?

Can you show us how you’re configuring your Urlbox action?

Hi,

After a ton of troubleshooting, what i’ve found is that I seem to be limited to 64 lines of CSS. Anything I add on line 65, no matter how simple, throws up the error.
I’m currenyly using a template column but i’ve also tried on a text column and the same thing happens on line 65.

Any thoughts?

I’m not sure why there’s that limit. Can you try this alternative?

I got to the bottom of this:

Apologies for not getting back to you sooner. I was able to confirm the current implementation of the Glide/UrlBox integration passes the HTML and CSS to UrlBox via a URL. As such, we’re limited to ~2MB of text (depending on browser implementation). In your case, the limit is getting hit somewhere between lines 64 and 65 of the CSS. Remember, this includes the HTML, CSS, and additional parameters used in the API call. On top of that the URL is url-encoded, which means special characters will be converted to multiple characters.

You’ll need to reduce the complexity of your HTML and CSS in order to successfully use the UrlBox integration.

1 Like