How do I write an email account in conf.json to read it?

My entry in my process are emails.
In the conf.json I have it like this: “email account”: “xxxx” gives me the following error
Deserialize json: After parsing a value an unexpected character was encountered: ". Path ‘cuentaCorreo’, line 3, position 2. Thank you

we can mention like this in json file
{
“emailid” : “sss@gmail.com
}

where once after getting with deserialize json mention like this
deserializevariable(“emailid”).ToString
for more details on this

Cheers @Marisa_Ontiveros

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.