New Call Popup


I had a very similar use case, I used a page include and passed in the “Query String” that “id={{{Id}}}” (case sensetive). On the page I was including I had an account model with a condition where id=the parameter id. It worked fine for me.