On creating new table record, autofill field from URL parameter

On creating new table record, autofill field from URL parameter

Whenever I add a new record to the Intervention table, I would like the lookup field to be autopopulated with the value of the SearchID parameter. How do I do this?

I've tried row.examplefield = input.URLparameter but this doesn't seem to work.