How can I pass an always encrypted SQL parameter using Uipath Database activities

Hello,

I have a procedure with an always encrypted column in a SQL db.

As this procedure uses an encrypted ID as an argument, How do I do it to send this parameter using UiPath db activities?

Some attempts I tried:

  1. Passing the full query with the exact same format from the sql.
  2. Passing only the procedure with the arguments as string.

1 Like