I am setting up an automation by concatenating 7 fields. These Fields are automatically populated as the user enters their info into a web form.
Formula:
- {Project_StreetAddress} & Report_Link3
- {Proj_Street_Name}, & Report_Link4
But there aren't any spaces between Report_Link1,{Borough No},Report_Link2,{Project_StreetAddress} and I have not done anything different to the latter part of the formula.
2. {Proj_Street_Name} could have spaces like in this example '8th Ave'. If I was to manually get the link from the website it would treat a space as a '+' to complete the link. How can I go about getting a '+' automatically so the link can be generated?
Thanks for the help and look forward to resolving this!