Hi I have writeToMultipleDataStoreEntities in my interface, I wanted to retrieve only the primary key values when insert happen.
onSuccess:a!save(local!emplEntity,fv!storedValues)
Discussion posts and replies are publicly visible
I think it would be difficult as the key (idPk_int or id_int or idPK, etc.) of the entities will be different and hence you will have to include all of them so you do not miss out on any. What are you getting in 'local!emplEntity' after the smart services runs successfully? Can you attach a screenshot after expanding this variable?