Skip to content

Commit 0c19d85

Browse files
Remove HTML table for properties
Co-authored-by: stayseesong <[email protected]>
1 parent 8f9dcbc commit 0c19d85

File tree

1 file changed

+0
-29
lines changed
  • src/connections/sources/catalog/cloud-apps/navattic

1 file changed

+0
-29
lines changed

src/connections/sources/catalog/cloud-apps/navattic/index.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -56,35 +56,6 @@ step | An object containing the current flow step's ID, name, and index (`step.i
5656
session_id | A string that uniquely identifies this visitor's current session.
5757
url | If the event is NAVIGATE, then this property contains the URL of the link that the visitor clicked on. Otherwise, it is empty.
5858

59-
<tr>
60-
<td>Property Name</td>
61-
<td>Description</td>
62-
</tr>
63-
<tr>
64-
<td>project</td>
65-
<td>An object containing the demo's (project's) ID and name.</td>
66-
</tr>
67-
<tr>
68-
<td>checklist</td>
69-
<td>An object containing the checklist's ID and name. Populated only if the demo contains a checklist</td>
70-
</tr>
71-
<tr>
72-
<td>flow</td>
73-
<td>An object containing the current flow's ID and name.</td>
74-
</tr>
75-
<tr>
76-
<td>step</td>
77-
<td>An object containing the current flow step's ID, name, and index (<code>step.indx</code>)</td>
78-
</tr>
79-
<tr>
80-
<td>session_id</td>
81-
<td>A string that uniquely identifies this visitor's current session</td>
82-
</tr>
83-
<tr>
84-
<td>url</td>
85-
<td>If the event is NAVIGATE, then this property contains the URL of the link that the visitor clicked on. Otherwise, it is empty.</td>
86-
</tr>
87-
</table>
8859

8960
## Adding Destinations
9061

0 commit comments

Comments
 (0)