How does a record enter view, though? If it’s via a JSON payload, I’d suggest inserting the data directly into the linked field, assuming the Kind is in the record name of the Hondenrassen table (and if it isn’t, it’s a decent practice to have the name field concatenate all the important bits and pieces via a formula in any frequently linked table).
The code you posted is also pretty malformed but you did post something, plus you’re new, so:
let cntTbl = base.getTable(“Email”Subscriptions);
Nevermind the curly quotation marks, that’s probably the forum frontend doing its thing, but the placement of the closing mark could use some work. Say… 13 characters’ worth of work to the right, eh? :winking_face: Didn’t you get a syntax error while trying to run this?
You’re also overthinking the problem imo, just right-click the linked fields and make sure the permissions are set to something permissive, then take another look at the automations tab, the process usually goes “record enters view > update record > select the record from step 1 > select the linked field >update it with a desired value”.