You need to sign in to do that
Don't have an account?

Combining screen inputs
Hellow everyone,
I am trying to combine screen inputs so that I can add the first+last as the Account and Opportunty name.
I have completed this using Varibles but I can't figure out how to add the space. It ends up as FirstLast not First Last.
Thank you in advance for your help.
If so, you actually dont need any variables at all. In the record create element when setting the name field just say {!ScreenFirstName} {!ScreenLastName}.
All Answers
If so, you actually dont need any variables at all. In the record create element when setting the name field just say {!ScreenFirstName} {!ScreenLastName}.
Thanks, That fixed it!
Thanks