Hi there, it’s me again with a similar issue but now for v4 (using the email designer plugin). I noticed that the syntax has changed from v3 to v4 and it’s partially working. I just can’t get the custom fields that I added to the user’s collection (firstName and lastName)
{{= USER.username }} (native attr: WORKS)
{{= USER.email }} (native attr: WORKS)
{{= USER.firstName }} (custom attr: NOT WORKING)
{{= USER.lastName }} (custom attr: NOT WORKING)
I’m stuck with this, it does not throw any error.
Thanks in advance 