Skip to content

Commit 80cdb2d

Browse files
authored
Unable to view/edit the mapping as expected, and it is throwing a 'Couldn't load page' error.
It might be due to the browser cache or the event property name containing a "/". To resolve this, try clearing the browser cache or accessing the mapping page in an Incognito window. Additionally, check if the property name mapped in the mapping contains a "/". If so, please try renaming the property name without the "/" and map it in the mapping to avoid this error.
1 parent 0d99e48 commit 80cdb2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/destinations/actions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,7 @@ Threfore, if you see a 401 error in a sample response, it is likely that you’l
305305
### Is it possible to map a field from one event to another?
306306

307307
Segment integrations process events through mappings individially. This means that no context is held that would allow you to map a value from one event to the field of a subsequent event. Each event itself must contain all of the data you'd like to send downstream in regards to it. For example, you cannot send `email` in on an Identify call and then access that same `email` field on a Track call that comes in later if that Track call doesn't also have `email` set on it.
308+
309+
### Unable to view/edit the mapping as expected, and it is throwing a 'Couldn't load page' error.
310+
311+
It might be due to the browser cache or the event property name containing a "/". To resolve this, try clearing the browser cache or accessing the mapping page in an Incognito window. Additionally, check if the property name mapped in the mapping contains a "/". If so, please try renaming the property name without the "/" and map it in the mapping to avoid this error.

0 commit comments

Comments
 (0)