The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hey clever people,
I got following single line txt fields in my table:
{Prefix}, {First Name}, {Last Name}, {Suffix}.
I already use a formula to concenate this data:
CONCATENATE({Prefix}," “,{First Name},” “,{Last Name},” ",{Suffix})
… this works fin...
Hey @Adam_Mintram,
Thanks for your screenshot. Now I have found the error. By copying your code probably a wrong formatting for the quotes was transferred and in further consequence the code was corrupted. If you look at the quotes in my code, you ca...
Hey @Adam_Mintram :slightly_smiling_face:
Thank you very much for your guidance.
For some reason it´s not working for me … is there maybe a small syntax problem?