I have a parent FlexCard that contains an action to call a child FlexCard. This child FlexCard includes a Data Table, and my goal is to capture the data from a selected row and insert it into an object using a Data Mapper Load.
Currently, I’m only using FlexCard and Data Mapper, without integrating Integration Procedures or OmniScript.
To capture the row selection in the Data Table, I added a checkbox and a Custom Event named "rowclick". However, when I click, the selection does not work correctly. I have already configured a Custom Event in both the parent and child FlexCards, but when testing, I’m unable to successfully capture the event.
Has anyone encountered this issue before, or do you have any suggestions on how to fix it?
#Omnistudio #Flexcard