You are on page 1of 1

Chat Log C:\Users\venkotasanndipmana\Documents\ChatLog JN_s Meeting 2019_09_08 10_22.

rtf

Jayaprakash (to Everyone): 08:33: I can hear


venkota sanndip mana (to Everyone): 08:34: ok
venkota sanndip mana (to Everyone): 08:34: thank you
Jayaprakash (to Everyone): 08:41: Please record.
JN Servicenow (to Everyone): 08:44: var q = current.from.name;
JN Servicenow (to Everyone): 08:46: r.setStringParameterNoEscape('q', encodeURI(loc));
JN Servicenow (to Everyone): 08:46: var loc = current.from.name;
JN Servicenow (to Everyone): 08:54: gs.addInfoMessage(httpStatus);
if (httpStatus==200) {
//gs.addInfoMessage(responseBody);
var weatherJSON = JSON.parse(responseBody);
var currText =weatherJSON.current.temp_c;
var currTemp = weatherJSON.current.condition.text;

//var currTemp = weatherJSON.query.results.channel.item.current.temp_c;


//var currText = weatherJSON.query.results.channel.item.condition.text;
//workflow.scratchpad.currentCondition = "Current condition at "+
//current.from.name + ": " + currTemp + " - " + currText;

gs.addInfoMessage("'Current condition at'"+ current.from.name +


": " + currTemp + " - " + currText);

// gs.addInfoMessage("test");

}
JN Servicenow (to Everyone): 09:07: https://apixu.com/

You might also like