Hi all,
We are saving some of the third party credentials in the secure credential store. Idea is to extract the information whenever we are authenticating against those third parties. That requires passing the credentials in different places (body, or header). I tried using a!scsField() function, but that function returns the scsField object it doesn't return the actual value. How can I achieve it?
Thanks!
Discussion posts and replies are publicly visible
Hey, even I have the same requirement. Were you able to find the solution for this?
The workaround is to write a custom plugin that utilizes the secure credential API. You will probably want to have the connection point be in the plugin instead of trying to just pass decrypted SCS fields back into Appian.