diff --git a/src/_includes/components/actions-fields.html b/src/_includes/components/actions-fields.html
index 3e54b0d725..5687d57a86 100644
--- a/src/_includes/components/actions-fields.html
+++ b/src/_includes/components/actions-fields.html
@@ -140,12 +140,12 @@
-{% for field in action.fields %}
+{% for field in action.fields %}{% unless field.id == 'jYj1UxYzS5aJNU2Ue2gakK' or field.id == '2KMUXqzqudDytGbcBz2iwP' or field.id == '6VBmtsRbVxHVM61LtnFVwX' or field.id == 'q6eYyJGaCYcPSHeZPpaK5x' %}
{{field.label}}{% if field.required %}*{% endif %} |
{% if field.type %}Type: {{field.type}} {%endif%}{{field.description | markdownify}} |
-{%endfor%}
+{%endunless%}{%endfor%}
diff --git a/src/_includes/content/destination-dossier.html b/src/_includes/content/destination-dossier.html
index dd7987a226..9c7241aab1 100644
--- a/src/_includes/content/destination-dossier.html
+++ b/src/_includes/content/destination-dossier.html
@@ -47,7 +47,7 @@
Destination Info
- {% if destMethods.size > 0 %}- Accepts {% for method in destMethods%}{% if destMethods.size == 1 %}{{method}} calls.{% else %}{% unless forloop.last == true %}{{method}}, {% endunless %}{% if forloop.last == true%}and {{method}} calls{%endif%}{% endif %}{% endfor %}
{% endif %}
+ {% if destMethods.size > 0 %}{% unless page.id == '645d5fc12eb891cf0a93fe4b' %}- Accepts {% for method in destMethods%}{% if destMethods.size == 1 %}{{method}} calls.{% else %}{% unless forloop.last == true %}{{method}}, {% endunless %}{% if forloop.last == true%}and {{method}} calls{%endif%}{% endif %}{% endfor %}
{% endunless %}{% endif %}
{% if previous_names.size == 1 or components.size == 0 %}
- Refer to it as {{previous_names | join: ', or ' }} in the Integrations object
{% else %}