I’m using direct url to a record in my database, but my problem was, when the records contains " " or "space" it didn’t save. for example:
name = "Lebron" this is working.
name = "Lebron James"
this will not work because of the space between first and last name. Did anyone already encountered this type of error?
You will need to UrlEncode your URL.
E.g