HI I would like to read query string value inside my Custom app in Freshsales CRM
I would like to read the query string values inside custom app.
async function init() {
console.log(document.location.href);
}
i am not able to get the query string values inside my custom app.
appreciate your help.
Thanks,
Pon