Storing and Updating Deep Links Automatically?

You can go to the target page and copy the url.
Then paste this url into a temp column but replace the rowid with a variable, such as ROWID and point it towards that row’s ID.

Thus you would get something like:

Target Page URL:
https://testlink/a/home/2/1828;62939dhsns where 1828;62939dhsns is that Page’s RowID.

Then in your temp column do:

https://testlink/a/home/2/ROWID
Where ROWID = That Row’s ID