Relationship to next retry record

When configuring error handling for an API, I’m struggling to get a relationship to appear in the highlighted field selector.

The API’s base object is Person Details, which has a one-to-many (1:M) relationship with the API Request object. However, the related object is not appearing as an available option in the selector.

Is there anything specific that needs to be configured to make related objects available in this context?

There’s no help documentation for this functionality.

Hi Charlie,

Thank you for reaching out. You will need to use a 1:1 relationship to get back down to the API request object.

I will raise internally regarding the help and have that looked at.

Carl

3 Likes

Hi Carl,

Thanks for your swift response :slight_smile:

Charlie