Problem refencing {{current_user.fullName}}

  • Goal: I'm trying to refer current_user attributes in a table so I can dynamically set UTM parameters of a link that my agents copy in our dashboard

  • Steps: Right now I am just setting {{current_user.fullName}} in a string in my query... but it is changing it to :9 in the output of the table

Screenshot 2024-09-05 at 12.32.38 PM

Hi @Will_Mandelbaum

I would try this syntax: {{ '?utm_source agent&utn_mediunagent-'+ current_user.fullName }}

If that doesn't work, could you confirm if your resource has prepared statements disabled