Cannot get posted variable and fetch row
Cannot get posted variable and fetch row
Hello everyone,
I really need your help to get this sorted. I already spent hours on this.]
So I am sending an email with an URL that looks like this:
https://app.zohocreator.com/xxxxxxxxx/xxxxxxxx/#Form:Opportunity_Poll?ID=4083783000000024015
On my onload event, I have the following:
currentBrand = New_opportunity[ID == getUrl("ID").tolong()];
alert currentBrand;
When I load the page, I get this:
Can anyone help me solve this.
Thank you in advance.