I’m using REST API calls to start jobs. I’m wondering if there are any ways to mask the sensitive information which get passed by input argument. In the orchestrator, it shows the input and output information in ‘details’. Is there a way to mask or hide the input and output arguments in orchestrator?
Hi, welcome to the community!
I think if this is highly needed for you, maybe consider doing this inside you process… encode those parameters to send and decode before using them inside your process.
Thanks for the reply. If I encode the parameter and decode the value in the process, what packages should I use? I mean what method/js library is supported by uipath for this purpose?