UXF Client Action Attribute returning undefined in Field Decorator Event Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have configured a Field Decorator using a UXF Client Action to trigger a page collection. While the action successfully triggers and the page collection renders as expected, the custom attribute I defined in the Action Attribute is arriving as undefined in the target event.
Configuration Details:
Field Decorator: Implemented as UXF Client Action.
Action Payload Definition: Attribute is defined in the JSON payload and bound to the action.
UI Builder: The event mapping is configured to call a page collection.
Issue: When inspecting the payload in the handled event or the called page, the specific attribute value is missing/undefined.
Has anyone encountered this where the event fires but the payload data is dropped? I suspect a mismatch in the UX Add-on Event Mapping or the Target Payload Mapping JSON. Any guidance on the correct syntax for mapping these attributes would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Naveen
Thanks for the input
I found the issue in event mapping payload
},
"type": "MAP_CONTAINER"
},
Missing these key value pair (doesn't understand the significance of the same) after adding the same it started working
It was great to know that there is record_binding concept and we can dot walk in address
it would be great if there is an any docs or kb article for all available properties we can explore
