Hi all,
I am trying to autopopulate two fields into my form from two existing columns with data.
I've been following the community and so far I am able to pull one field using this formula:
="Linktotheform............?NameandSurname=" + SUBSTITUTE(NameandSurname@row, " ", "%20")
Like that it works perfectly and I am able to do what I intend, but when I add another field, it does not take it into account. This is the formula I am using:
="Linktotheform............?NameandSurname=" + SUBSTITUTE(NameandSurname@row, " ", "%20") + "&ID=" + SUBSTITUTE(ID@row, " ", "%20")
As a result I get this:
What am I doing wrong in the formula?
I've tried looking into similar posts but I do not get the desired result.
Appreciate your help.
Thank you,
Kind regards,
Carlos