“Simple” Bridges (New Bridge Experience - recommended)
- Navigate to the Fields Mapping step of your Bridge.
- Switch the Bridge to Edit mode (usually found in the top right corner).
- Add the first field (either a dynamic field or a static value).
- Press the space bar.
- The system will insert the text
between the fields. - Repeat steps 4 and 5 to add spaces between any additional fields.
“Complex” Bridges Experience (Using Custom code)
If you are using custom code in a Complex Bridge, you will handle spacing differently. The above steps will not work. In this case, you will need to add spaces directly within your code. Here’s a general example using concatenation:
{{field1}} + " " + {{field2}}
This code snippet concatenates {{field1}}, a space " ", and {{field2}}.
Testing and Publishing
After making changes to your field mappings, remember to run a test to verify the output and then Publish your Bridge to save your settings.
Related Articles
- Fields Mapping: How to map multiple fields in one?
- Comprehensive Fields Mapping Guide
- Formulas - How to create a line break (newline) between Fields?
- Getting Started with LeadsBridge Formulas
- Step-by-step guide on how to create a Bridge
- Space.jpg10 KB
Comments
0 comments
Please sign in to leave a comment.