If there are two dsns passed into the Additional Mappings of an Insert action and the same field exists in both, which value will be passed through?
In the code above, both CashReceiptsHeader and FetchAppliedCashReceiptsDetail are passed as Additional Mappings to the Insert action inserting into GeneralLedgerDetail. If both CashReceiptsHeader and FetchAppliedCashReceiptsDetail have the same field e.g., TextValue, will the field TextValue in the GeneralLedgerDetail take the value from the CashReceiptsHeader. or FetchAppliedCashReceiptsDetail?

