The console.log is returning nothing, i.e. it seems like my field is empty but its notā¦ I donāt know if Iām doing something wrong but I found no situation like this in tape community.
What Iām doing is trying to return the variable html_pdf on the ādisplay on a web pageā action on my workflowā¦ But the webpage is blank.
Both ways just want to download the pdf rather than display it so not sure if the automation URL is slightly different or the ādisplay on a web pageā handles it in a different way.
In this case, Iām storing the file URL in a variable called āFile URLā and Iām trying to use it to display the PDF on a web page. But even when Iām directly referring to the file URL itās returning a empty value (although itās notā¦ the PDF is actually there).
Yep! Itās because Iām using a multiple line field to store the URL, but it doesnāt work.
Even when I mention directly the file url, doesnāt work:
We discourage using a multi line text field to store a URL. Would it be possible to use a single line text field or a link field to store the URL as an alternative?
Could you share a quick video or a couple of screenshots that show your workflow and describe in detail what you are trying to achieve?
Hi! It seems like my URL is too big for a single line text field. When I try to store it on a single line it says āInvalid single text value [ā¦] Max. length is 500ā, thatās why Iām using multiple line text field as an alternative.
So, Iām sending an e-mail with a table containing summarized information about employees of a company to the person in charge. The last column of the table contains a button that says āDetailsā which should open a new window that should show the PDF with the wage report by employee.
So I have a simple workflow for when the weblink is clicked that should just run the script and display it on the web page: