Question
16
Views

Virtusa PVT Ltd
LK
Posted: Jan 17, 2023
Last activity: Jan 17, 2023
Last activity: 17 Jan 2023 4:13 EST
GetGadgetData is not working properly in Pega 8.7 Web Mashup
function getValue(){
var result = pega.web.api.doAction("PegaGadget", "getGadgetData", "[gadget/gadgetName/pyWorkPage.CustomerDetails.Address]")
console.log("called get value function");
console.log(result);
}
This function giving me an undefined value in the console.
***Edited by Moderator: Pooja Gadige to add capability tag***