Per the documentation shown here
I currently have a csv setup with the header, and my type is credential, but I’m confused on how to set the value.
It shows username:password, but which I assumed means
name,type,value,description
MyTestName,credential,testuser:testpassword,test credential
But when I try this it always comes back with 400. If I try using quotes same thing, I tried brackets and same thing. I’m not sure what I’m missing here.
adi.mehare
(Aditya Mehare)
February 11, 2025, 1:47pm
2
Try like this
if you have anything having space, wrap it in quotes
MyTestName,credential,testuser:testpassword,“test credential” or MyTestName,credential,testuser:testpassword,‘test credential’
Doesn’t seem to matter if I use quotes or not. The frustrating part is that if I use type text it works fine, but I need to to be credential.
jast1631
(Jagravi Trivedi)
March 17, 2025, 1:58pm
4
@Jennings_Michael
Can you share screen shot
Exactly what issue u r facing
Check the tenant. U r connect