New row action

Hi @Aleksi
Can i use linktoform to prefil more than one value? If yes what would the syntax look like?
Moreover, when i use add a row to a new table i esentialy disconect the new data from a parent table, meaning the data has no ref and therefore when a change is made in the parent table it has no influence on the child record?

Hi @1111!

I know you addressed your question to @Aleksi but perhaps I can help until he has time to respond.

Here’s a screenshot of an action where I use LINKTOFORM:

The expression is as follows:

LINKTOFORM(“All Cards_Form 5”, “Word”, [Word], “Definition and example”, [Definition and example], “Additional information”, [Additional information], “Image link”, [Image link], “Tags”, [Tags], “Translation”, [Translation], “Media link”, [Media link], “Short example”, [Short example],“Source”,[Source],“Question image”,[Question image],“Cram”,[Cram],“Cram only”,[Cram only],“URL”,[URL])

I’m moving a line from one table into another table with all of the same column names. However, if you follow the format, you should be able to determine the contents of multiple columns freely.

P.S. This action writes from the archive to another table.

Thanks

Sure. I hope this is OK.

Ill give this one a shot!

Thank you for your help!

1 Like