Skip to content

Commit 2abd6b1

Browse files
authored
Merge pull request #7327 from segmentio/Panandhan22-patch-15
Add Destination Actions 'Couldn't load page' error info
2 parents 5914fbc + 1b126dc commit 2abd6b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/destinations/actions.md

+4
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+
### I'm getting a 'Couldn't load page' error when viewing or editing a mapping
310+
311+
This issue can occur due to a browser cache conflict or if an event property name includes a `/`. To resolve it, try clearing your browser cache or accessing the mapping page in an incognito window. Additionally, check if the mapped property name contains a `/`. If it does, rename the property to remove the `/` and update the mapping.

0 commit comments

Comments
 (0)