- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2023 04:42 AM
I am trying to create an action where I have created a REST step and in the rest step I want to pass the header where I want to pass the api_key as Authorization, the problem is that api_key is password2 encrypted , I tried the data pill approach but it does not work, is there an alternate to achieving this may be some other password type which auto decrypts in rest step
i have tried var encr = new GlideEncrypter(); but got the below error :
Error: GlideEncrypter is not allowed in scoped applications
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2023 04:52 AM
Hello @kiwi07 ,
Can you try by writing below line of code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2023 04:52 AM
Hello @kiwi07 ,
Can you try by writing below line of code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2023 05:29 AM
Thanks @Omkar Kumbhar