If I want to pass the string with a value “History” in the parm “View”

If I want to pass the string with a value “History” in the parm “View” in a URL of View=History&id_Closed={{Id}}&Add_CR_Doc_Id={{{$Model.CR_Closed.data.0.CR__r.Id}}}Something must be wrong as conditions do not work.

There is nothing in that URL construct that is immediatly suspicious.  If the URL is in a page redirect you can look at the URL in the browser and make sure the parameter is coming through as you expect.  You probably are going to want to put that ID parameter in {{{triple braces}}},  but thats not going to affect the rendering conditions.