View Categories

How to find correct mapping key in UDS?

< 1 min read

The leads are not being properly utilized, created or some error in UDS logs in the system due to incorrect field mapping configured in the UDS.

To resolve this, we recommend updating the mapping by using the correct field structure as identified through the JSON path finder. Specifically, please ensure that each field path is correctly referenced. For example, instead of using:

["field:name"]

You should use the following format:

data.submissions[0].label

Please make sure to exclude any prefixes like x. from the path.

Please find the screenshots for your reference:- 


Please find the link for JSON path finder: https://jsonpathfinder.com/

Scroll to Top