Hi All,
I am using a data entity to create a InventJournalTrans_Tag record from Power Apps app.
I used the method mapEntityToDataSource to map inbound entity fields to underlying target datasource.
and now I have a requirement to create additional InventJournalTrans_Tag line if the mapped inbound field value, itemId is a certain value.
in which data entity method should I put the logic of adding additional InventJournalTrans_Tag line ?
Thank you.