Hi Everyone,
I am trying to prefill a form with a range of record information and just can't seem to get it to work.
I would like to produce a unique prefilled form link for each record and fill the invoice number in for each.
My current formula:
CONCATENATE({Base Form Link},'?prefill_Invoice=',{Record ID})
But when I click the concatenated form link it is putting the record number in the invoice field (which is supposed to be just a 5 digit number)
I tried moving the invoice number from the primary field (a number) to a single line text field but still wont work
Any help would be much appreciated. Thanks