Encypted Value is not getting commited in Database, but Plain Text is getting committed instead

0
Hello All,   I have a REST API with import mapping where I have a microflow for the mapping         Inside this Microlfow, I am encrypting the FirstName and lastName attributes. I can see during Debugging when i put breakpoint and create Object of User Details with Encrypted First and Last Name. But in the Create Object, I am also doing Commit Action.   After the API is successfully executed and all Import Mapping is done, when I go and check in the database in User Details table, First Name and last name Plain Text is stored instead of Encrypted {AES3} string value which I was able to see in Debugging.   Am I doing anything wrong? Please kindly help.   Regards, Aniketh  
asked
0 answers