I’m trying to display a personalized welcome message on my Home Screen using a Template column in the Users table.
- The Template column itself works correctly in the Data Editor — it shows the expected values for each user row.
- On the Home Screen, however, the Text component only shows a partial value from the Template column. Specifically, the user’s name does not appear.
Here’s what I’ve tested:
- If I configure the Template column to use Email or Phone Number, the Home Screen displays the full value correctly for the signed‑in user.
- If I configure the Template column to use First Name (user‑specific text column) or Full Name (user‑specific text column), the Template column shows the correct values in the Data Editor, but the Home Screen displays only
Welcome Back, [ ]— the name is missing.
So the issue is: names from user‑specific columns don’t display on the Home Screen, while email and phone do.
My Ask
Has anyone else run into this discrepancy between Template column values and what displays on the Home Screen? Why would Email/Phone resolve correctly but First Name/Full Name show up blank in the Text component? Thank you!