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
2 hours 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.
