You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build your own Mappings! Combine supported [triggers](/docs/connections/destinations/actions/#components-of-a-destination-action) with the following {{currentIntegration.display_name | remove: " (Actions)"}}-supported actions:
86
86
87
87
<divclass="premonition info">
@@ -93,10 +93,13 @@
93
93
</div>
94
94
95
95
{% for action in actions %}
96
+
{% unless hiddenActions contains action.id %}
96
97
- [{{action.name}}](#{{action.name | slugify}})
98
+
{% endunless %}
97
99
{% endfor %}
98
100
99
101
{% for action in actions %}
102
+
{% unless hiddenActions contains action.id %}
100
103
### {{action.name}}
101
104
<p>{{action.description | markdownify}}</p>
102
105
<p>{{action.name}} is a <strong>{{action.platform | capitalize}}</strong> action. The default Trigger is:</p><code>{{action.defaultTrigger}}</code>
0 commit comments