Which option uses a valid Extract JSON Path for a nested field from related objects when configuring a DataRaptor Extract Action?

Study for the OmniStudio Developer Test. Focus with flashcards and multiple-choice questions, each with hints and explanations. Get ready for your exam!

Multiple Choice

Which option uses a valid Extract JSON Path for a nested field from related objects when configuring a DataRaptor Extract Action?

Explanation:
In a DataRaptor Extract Action, you pull values by following the data shape with a JSON Path that can traverse related records. To get a field from a related object, you navigate through the relationship from the primary object using dot notation. If you start from a Contact and want the Name on its related Account, the correct path is Contact.Account.Name. This directly reflects the nested relationship and retrieves the Name from the linked Account. The other options either reference a field on the primary object itself (Contact.Name), reference a root object that isn’t the starting point for this nested lookup (Account.Name), or add an extra, invalid segment (Contact.Account.Name.Name) that doesn’t correspond to a real field in the data structure.

In a DataRaptor Extract Action, you pull values by following the data shape with a JSON Path that can traverse related records. To get a field from a related object, you navigate through the relationship from the primary object using dot notation. If you start from a Contact and want the Name on its related Account, the correct path is Contact.Account.Name. This directly reflects the nested relationship and retrieves the Name from the linked Account.

The other options either reference a field on the primary object itself (Contact.Name), reference a root object that isn’t the starting point for this nested lookup (Account.Name), or add an extra, invalid segment (Contact.Account.Name.Name) that doesn’t correspond to a real field in the data structure.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy