first i am loading a csv file using load data activity and using segmentation just to limit the count then in update data activity i have selected updating schema to "Test profile" and i have put the reconciliation on Email part from list the target mapping . i am not getting any error when workflow run and even in logs i can see that record is inserted and when i am trying to search the record . the record is nowhere to found.
Thanks
@asalgar ,
Can you make sure on update data activity "fields to update" section includes with mapping to update ID(@name) of the test profile. For example, on the csv file you can have id column along with other columns and that is mapped to ID (@name) on the test profile. Once you rerun the import you should be able to see test profiles.
Let me know if this helps.