Add Logged in User to end of URL as parameters

anyway to add logged in user to the end of data in the database like {{logged_in_user}} or something like that?

Looking to pass to the end of a URL like www.myurl.com?{{logged_in_user}}
or way to append it / combine with a formula possibly?

You’ll need a Template column for this. Create template with the settings “xy” and in the replacement area, make “x” point to the URL, and “y” point to the username or whatever parameter you want to append to the Url. The Template column becomes the column you want to link to.

1 Like

Have you tried this? Are custom deep links available?

Would have to use a 3rd party service to do that, I assume.

1 Like

Agreed. The template column is your ticket.

watch a vid and figured it out. Thank you