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:
- Passing the full query with the exact same format from the sql.
- Passing only the procedure with the arguments as string.