Hi All My query is, I need to add multiple inputs when sending an email, they work and appear in the email but i cant get them to have spaces between the inputs, here's the code currently
//Send email on submit to Fleet Selected Supplier
Office365Outlook.SendEmailV2("Host121@on.microsoft.com","Trailer Submitted For Inspection",
ComboBox1_1.Selected.NewFleetList&
TextInput5.Text&
Dropdown1.Selected.'Service Agent')
Any help much appreciated