Skip to content

Commit 31cc6f4

Browse files
authored
Update sql-traits.md Add Troubleshooting step
1 parent 5684e74 commit 31cc6f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/unify/Traits/sql-traits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,3 +265,7 @@ Check that you've configured the identifier that uniquely identifies users in a
265265
### Why doesn't the identifier updated by a SQL trait show the correct value found in the column?
266266

267267
Ensure that the name given to the SQL trait is not the same name as the identifier or column name from the query. To use SQL traits to update an identifier, the identifier will need to be a column in the query of your SQL trait. The column name in the query of the SQL trait should be the one that Identity Resolution uses to generate the identifier.
268+
269+
### Are there any errors in the browser's Network or Console tab?
270+
271+
When experiencing any issues saving the SQL Trait query or when Previewing the results of the SQL Trait query, open up the browser's Console and Network tabs to see if any errors occur upon clicking the Save/Preview buttons. If you find any errors, please copy the errors by expanding the error, take screenshots of the error, and share these details when creating a support ticket.

0 commit comments

Comments
 (0)