Hi, Im using the below custom code for a workflow. The API token has been changed to now show it, but is correctly inserted. The script runs successfully, but the data outputs show as not defined in code. What am I doing wrong? # Leia mais
Hi @ASund-Nielsen ,
The custom coded actions in workflows expect the output to be returned in JSON format with "outputFields" nested dictionar...Leia mais
I’m trying to find a way to copy this Total Enrollments number into a field in a custom object. For example, if the sequence name is the same as the business campaign name (which is a custom object), I want to copy the Total Enrollments number into Leia mais
Unfortunately, I don't think this is a good idea, as it requires me to manually create workflows and lists. I would prefer to automatically receive t...Leia mais
Hi all. Our security team is found that knowledge base is using old version of jquery we tried to update it with https://developers.hubspot.com/beta-docs/guides/cms/improve-older-sites/upgrade-jquery but its not helping, could you please tell Leia mais
Hi, we need to update jquery specifically in knowledge base, and the place where the article tells them to update jquery. we have this notificaion an...Leia mais
Hello Team, I have to prefetch the details list Listname and email campaign name to fetch the reports, So is there any tags so we can automatically prefetch these 2 details because I am using the tracking link into the emails, and from that I am f Leia mais
Hey, @KunalShrivastav 👋 Thanks for your question. To clarify, are you saying this information is not included in your email analytics? Additiona...Leia mais
I have an if statement checking if a certain tag is found within an array. The if statement works perfectly for the English side of our website but when working with French it seems to have an issue. I realised it was only missfiring for the tags t Leia mais
I am trying to make a workflow to convert the text property with unixtimestamp into a date & time picker property so I can use this data to delay some emails. Also, in the next action, I need to again conver the unixtimestamp text property i Leia mais
Hello Anton, Actually I am going to use the Delay option with the Date property. What I want to do is to send email 1 hour before the contact...Leia mais
Hello, Does anyone know how to add vertical divider lines between rich text modules on a landing page? I'm only seeing an option for horizontal dividers in the Design Manager. What I'm trying to replicate: How the modules are curren Leia mais
Hello everyone. I'm new to Hubspot. We are implementing CourseKey and have a need for a workaround. We want to make an an API call every few minutes to CourseKey to see if a student has completed a course. If they have, that respective course g Leia mais
Hey, @bryonschultz 👋 It's likely you'll need to develop some form of middleware to handle this. Additionally, you'll need to make sure you h...Leia mais
now situation , deleted domain i deleted the place old domain I had a problem to add back delected domain in hubspot account . because first I made creativebyhtetlwin.com huspot account step by step. My account creativebyhtetlwin.com Step Leia mais
Hey, @HAung6 👋 If you deleted the domain from the account settings and then deleted the account, you may need to wait for the system to purge ...Leia mais
Hi everyone! Can anyone help me with the “Custom Code” in HubSpot? We are connecting HubSpot to our event platform using the workflow and custom code. I got the code from an external source and it has always worked fine. But now HubSpot says that th Leia mais
Hi @AHusken
If you want to use Python 3.9. Then you will have to update your code. Currently your code is in javascript so if you select Py...Leia mais
I'm creating a workflow with a custom formula data format step. I'm using the formula right(cut(cut(cut(cut(cut(trim([enrolled_ object.phone ]), "(") ")"), "*"), "#"), "+"), 12). But I'm getting this issue: There was a problem wit Leia mais
Would there be a way to edit the blog listing page source code to add a conditional to see if the URL is a "tag" or a "author" and remove the featured images from those listing pages? "<div class="post-item"> {% if not simple_list_page %} Leia mais
Based on the code you shared, to hide the featured image in tag or author listing, you can wrap the conditional featured image code:
{% if con...Leia mais