Forum Discussion

JeffElliott's avatar
JeffElliott
Qrew Member
2 years ago

Pipelines creating record three pieces of info to field

I am creating a pipeline that creates a record in QuickBase after another record is created in another table.

I can set it up fine, but I am mapping it so 3 fields from the first field feed 1 field in the other.

I drag and drop and i know how to add text.  but can I add line breaks or paragraph breaks between/after each field?  

Let's say it's {{Name}}{{Address}} but I want the text field to read:

{{Name}}
{{Address}}

Jeff

------------------------------
Jeff Elliott
------------------------------

2 Replies

  • Great question. Maybe @Sharon Faust knows :)​

    ------------------------------
    Mark Shnier (Your Quickbase Coach)
    mark.shnier@gmail.com
    ------------------------------
  • @Mark Shnier (Your Quickbase Coach) thanks for tagging me in!

    @Jeff Elliott If your field is a Rich Text field you can use HTML right in-line with the field references.

    So

    {{Name}}<br>
    {{Address}}

    Where "<br>" is a line break tag.

    If it is a multi-line text field you can pass it as you have written.

    {{Name}}
    {{Address}}

    Let me know if that does the trick!
    -Sharon

    ​​PS if you would like to learn more about using Jinja in Pipelines, I have an Intro to Jinja for Pipelines course.

    ------------------------------
    Quick Base Junkie
    Quick Base Junkie
    https://quickbasejunkie.com
    ------------------------------