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:
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.