Confiform New Line using append function

AmK June 19, 2024

Hello, I want to add a new line after some text in my table.

Myfield is a smart drop down that has two fields, ID and AppName.

in the Confiform Field Macro, i am doing the following:

Myfield.ID.prepend(*linkdata*).asLink([entry.ID]).prepend([entry.AppName: ]).append(\\n)

the result is something like this (when there are at least two apps): 
appname: 1234 appname2: 123

Instead, I want it to be like:

appname: 1234
appname2: 123

How can I accomplish this

2 answers

1 accepted

3 votes
Answer accepted
Alex Medved _ConfiForms_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 19, 2024

Try

Myfield.ID.prepend(*linkdata*).asLink([entry.ID]).prepend([entry.AppName: ]).append(<br/>)
AmK June 19, 2024

That works, thanks!

Like # people like this
0 votes
AmK June 19, 2024

 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events